xref: /minix3/share/i18n/csmapper/JIS/JISX0212%UCS.src (revision 36dcc4a4a93f782ada76dce3d52fbeab0e063cf1)
1*36dcc4a4SLionel Sambuc# $NetBSD: JISX0212%UCS.src,v 1.2 2003/07/12 16:11:10 tshiozak Exp $
2*36dcc4a4SLionel Sambuc
3*36dcc4a4SLionel SambucTYPE		ROWCOL
4*36dcc4a4SLionel SambucNAME		JISX0212/UCS
5*36dcc4a4SLionel SambucSRC_ZONE	0x21-0x7E / 0x21-0x7E / 8
6*36dcc4a4SLionel SambucOOB_MODE	ILSEQ
7*36dcc4a4SLionel SambucDST_ILSEQ	0xFFFE
8*36dcc4a4SLionel SambucDST_UNIT_BITS	16
9*36dcc4a4SLionel Sambuc
10*36dcc4a4SLionel SambucBEGIN_MAP
11*36dcc4a4SLionel Sambuc#
12*36dcc4a4SLionel Sambuc# This mapping data is made from the mapping data provided by Unicode, Inc.
13*36dcc4a4SLionel Sambuc# Original notice:
14*36dcc4a4SLionel Sambuc#
15*36dcc4a4SLionel Sambuc#	Name:             JIS X 0212 (1990) to Unicode
16*36dcc4a4SLionel Sambuc#	Unicode version:  1.1
17*36dcc4a4SLionel Sambuc#	Table version:    0.9
18*36dcc4a4SLionel Sambuc#	Table format:     Format A
19*36dcc4a4SLionel Sambuc#	Date:             8 March 1994
20*36dcc4a4SLionel Sambuc#
21*36dcc4a4SLionel Sambuc#	Copyright (c) 1991-1994 Unicode, Inc.  All Rights reserved.
22*36dcc4a4SLionel Sambuc#
23*36dcc4a4SLionel Sambuc#	This file is provided as-is by Unicode, Inc. (The Unicode Consortium).
24*36dcc4a4SLionel Sambuc#	No claims are made as to fitness for any particular purpose.  No
25*36dcc4a4SLionel Sambuc#	warranties of any kind are expressed or implied.  The recipient
26*36dcc4a4SLionel Sambuc#	agrees to determine applicability of information provided.  If this
27*36dcc4a4SLionel Sambuc#	file has been provided on magnetic media by Unicode, Inc., the sole
28*36dcc4a4SLionel Sambuc#	remedy for any claim will be exchange of defective media within 90
29*36dcc4a4SLionel Sambuc#	days of receipt.
30*36dcc4a4SLionel Sambuc#
31*36dcc4a4SLionel Sambuc#	Recipient is granted the right to make copies in any form for
32*36dcc4a4SLionel Sambuc#	internal distribution and to freely use the information supplied
33*36dcc4a4SLionel Sambuc#	in the creation of products supporting Unicode.  Unicode, Inc.
34*36dcc4a4SLionel Sambuc#	specifically excludes the right to re-distribute this file directly
35*36dcc4a4SLionel Sambuc#	to third parties or other organizations whether for profit or not.
36*36dcc4a4SLionel Sambuc#
37*36dcc4a4SLionel Sambuc#	General notes:
38*36dcc4a4SLionel Sambuc#
39*36dcc4a4SLionel Sambuc#
40*36dcc4a4SLionel Sambuc# This table contains one set of mappings from JIS X 0212 into Unicode.
41*36dcc4a4SLionel Sambuc# Note that these data are *possible* mappings only and may not be the
42*36dcc4a4SLionel Sambuc# same as those used by actual products, nor may they be the best suited
43*36dcc4a4SLionel Sambuc# for all uses.  For more information on the mappings between various code
44*36dcc4a4SLionel Sambuc# pages incorporating the repertoire of JIS X 0212 and Unicode, consult the
45*36dcc4a4SLionel Sambuc# VENDORS mapping data.  Normative information on the mapping between
46*36dcc4a4SLionel Sambuc# JIS X 0212 and Unicode may be found in the Unihan.txt file in the
47*36dcc4a4SLionel Sambuc# latest Unicode Character Database.
48*36dcc4a4SLionel Sambuc#
49*36dcc4a4SLionel Sambuc# If you have carefully considered the fact that the mappings in
50*36dcc4a4SLionel Sambuc# this table are only one possible set of mappings between JIS X 0212 and
51*36dcc4a4SLionel Sambuc# Unicode and have no normative status, but still feel that you
52*36dcc4a4SLionel Sambuc# have located an error in the table that requires fixing, you may
53*36dcc4a4SLionel Sambuc# report any such error to errata@unicode.org.
54*36dcc4a4SLionel Sambuc#
55*36dcc4a4SLionel Sambuc#
56*36dcc4a4SLionel Sambuc#	Format:  Three tab-separated columns
57*36dcc4a4SLionel Sambuc#		 Column #1 is the JIS X 0212 code (in hex as 0xXXXX)
58*36dcc4a4SLionel Sambuc#		 Column #2 is the Unicode (in hex as 0xXXXX)
59*36dcc4a4SLionel Sambuc#		 Column #3 the Unicode name (follows a comment sign, '#')
60*36dcc4a4SLionel Sambuc#			The official names for Unicode characters U+4E00
61*36dcc4a4SLionel Sambuc#			to U+9FA5, inclusive, is "CJK UNIFIED IDEOGRAPH-XXXX",
62*36dcc4a4SLionel Sambuc#			where XXXX is the code point.  Including all these
63*36dcc4a4SLionel Sambuc#			names in this file increases its size substantially
64*36dcc4a4SLionel Sambuc#			and needlessly.  The token "<CJK>" is used for the
65*36dcc4a4SLionel Sambuc#			name of these characters.  If necessary, it can be
66*36dcc4a4SLionel Sambuc#			expanded algorithmically by a parser or editor.
67*36dcc4a4SLionel Sambuc#
68*36dcc4a4SLionel Sambuc#	The entries are in JIS X 0212 order
69*36dcc4a4SLionel Sambuc#
70*36dcc4a4SLionel Sambuc#	The following algorithms can be used to change the hex form
71*36dcc4a4SLionel Sambuc#		of JIS 0212 to other standard forms:
72*36dcc4a4SLionel Sambuc#
73*36dcc4a4SLionel Sambuc#		To change hex to EUC form, add 0x8080
74*36dcc4a4SLionel Sambuc#		To change hex to kuten form, first subtract 0x2020.  Then
75*36dcc4a4SLionel Sambuc#			the high and low bytes correspond to the ku and ten of
76*36dcc4a4SLionel Sambuc#			the kuten form.  For example, 0x2121 -> 0x0101 -> 0101;
77*36dcc4a4SLionel Sambuc#			0x6D63 -> 0x4D43 -> 7767
78*36dcc4a4SLionel Sambuc#
79*36dcc4a4SLionel Sambuc#   The kanji mappings are a normative part of ISO/IEC 10646.  The
80*36dcc4a4SLionel Sambuc#       non-kanji mappings are provisional, pending definition of
81*36dcc4a4SLionel Sambuc#       official mappings by Japanese standards bodies
82*36dcc4a4SLionel Sambuc#
83*36dcc4a4SLionel Sambuc#	Any comments or problems, contact <John_Jenkins@taligent.com>
84*36dcc4a4SLionel Sambuc#
85*36dcc4a4SLionel Sambuc#	Notes:
86*36dcc4a4SLionel Sambuc#
87*36dcc4a4SLionel Sambuc#	1. JIS X 0212 apparently unified the following two symbols
88*36dcc4a4SLionel Sambuc#	   into a single character at 0x2922:
89*36dcc4a4SLionel Sambuc#
90*36dcc4a4SLionel Sambuc#	   LATIN CAPITAL LETTER D WITH STROKE
91*36dcc4a4SLionel Sambuc#	   LATIN CAPITAL LETTER ETH
92*36dcc4a4SLionel Sambuc#
93*36dcc4a4SLionel Sambuc#	   However, JIS X 0212 maintains the distinction between
94*36dcc4a4SLionel Sambuc#	   the lowercase forms of these two elements at 0x2942 and 0x2943.
95*36dcc4a4SLionel Sambuc#	   Given the structre of these JIS encodings, it is clear that
96*36dcc4a4SLionel Sambuc#	   0x2922 and 0x2942 are intended to be a capital/small pair.
97*36dcc4a4SLionel Sambuc#	   Consequently, in the Unicode mapping, 0x2922 is treated as
98*36dcc4a4SLionel Sambuc#	   LATIN CAPITAL LETTER D WITH STROKE.
99*36dcc4a4SLionel Sambuc#
100*36dcc4a4SLionel Sambuc0x222F = 0x02D8
101*36dcc4a4SLionel Sambuc0x2230 = 0x02C7
102*36dcc4a4SLionel Sambuc0x2231 = 0x00B8
103*36dcc4a4SLionel Sambuc0x2232 = 0x02D9
104*36dcc4a4SLionel Sambuc0x2233 = 0x02DD
105*36dcc4a4SLionel Sambuc0x2234 = 0x00AF
106*36dcc4a4SLionel Sambuc0x2235 = 0x02DB
107*36dcc4a4SLionel Sambuc0x2236 = 0x02DA
108*36dcc4a4SLionel Sambuc0x2237 = 0x007E
109*36dcc4a4SLionel Sambuc0x2238 = 0x0384
110*36dcc4a4SLionel Sambuc0x2239 = 0x0385
111*36dcc4a4SLionel Sambuc0x2242 = 0x00A1
112*36dcc4a4SLionel Sambuc0x2243 = 0x00A6
113*36dcc4a4SLionel Sambuc0x2244 = 0x00BF
114*36dcc4a4SLionel Sambuc0x226B = 0x00BA
115*36dcc4a4SLionel Sambuc0x226C = 0x00AA
116*36dcc4a4SLionel Sambuc0x226D = 0x00A9
117*36dcc4a4SLionel Sambuc0x226E = 0x00AE
118*36dcc4a4SLionel Sambuc0x226F = 0x2122
119*36dcc4a4SLionel Sambuc0x2270 = 0x00A4
120*36dcc4a4SLionel Sambuc0x2271 = 0x2116
121*36dcc4a4SLionel Sambuc0x2661 = 0x0386
122*36dcc4a4SLionel Sambuc0x2662 = 0x0388
123*36dcc4a4SLionel Sambuc0x2663 = 0x0389
124*36dcc4a4SLionel Sambuc0x2664 = 0x038A
125*36dcc4a4SLionel Sambuc0x2665 = 0x03AA
126*36dcc4a4SLionel Sambuc0x2667 = 0x038C
127*36dcc4a4SLionel Sambuc0x2669 = 0x038E
128*36dcc4a4SLionel Sambuc0x266A = 0x03AB
129*36dcc4a4SLionel Sambuc0x266C = 0x038F
130*36dcc4a4SLionel Sambuc0x2671 = 0x03AC
131*36dcc4a4SLionel Sambuc0x2672 = 0x03AD
132*36dcc4a4SLionel Sambuc0x2673 = 0x03AE
133*36dcc4a4SLionel Sambuc0x2674 = 0x03AF
134*36dcc4a4SLionel Sambuc0x2675 = 0x03CA
135*36dcc4a4SLionel Sambuc0x2676 = 0x0390
136*36dcc4a4SLionel Sambuc0x2677 = 0x03CC
137*36dcc4a4SLionel Sambuc0x2678 = 0x03C2
138*36dcc4a4SLionel Sambuc0x2679 = 0x03CD
139*36dcc4a4SLionel Sambuc0x267A = 0x03CB
140*36dcc4a4SLionel Sambuc0x267B = 0x03B0
141*36dcc4a4SLionel Sambuc0x267C = 0x03CE
142*36dcc4a4SLionel Sambuc0x2742 = 0x0402
143*36dcc4a4SLionel Sambuc0x2743 = 0x0403
144*36dcc4a4SLionel Sambuc0x2744 = 0x0404
145*36dcc4a4SLionel Sambuc0x2745 = 0x0405
146*36dcc4a4SLionel Sambuc0x2746 = 0x0406
147*36dcc4a4SLionel Sambuc0x2747 = 0x0407
148*36dcc4a4SLionel Sambuc0x2748 = 0x0408
149*36dcc4a4SLionel Sambuc0x2749 = 0x0409
150*36dcc4a4SLionel Sambuc0x274A = 0x040A
151*36dcc4a4SLionel Sambuc0x274B = 0x040B
152*36dcc4a4SLionel Sambuc0x274C = 0x040C
153*36dcc4a4SLionel Sambuc0x274D = 0x040E
154*36dcc4a4SLionel Sambuc0x274E = 0x040F
155*36dcc4a4SLionel Sambuc0x2772 = 0x0452
156*36dcc4a4SLionel Sambuc0x2773 = 0x0453
157*36dcc4a4SLionel Sambuc0x2774 = 0x0454
158*36dcc4a4SLionel Sambuc0x2775 = 0x0455
159*36dcc4a4SLionel Sambuc0x2776 = 0x0456
160*36dcc4a4SLionel Sambuc0x2777 = 0x0457
161*36dcc4a4SLionel Sambuc0x2778 = 0x0458
162*36dcc4a4SLionel Sambuc0x2779 = 0x0459
163*36dcc4a4SLionel Sambuc0x277A = 0x045A
164*36dcc4a4SLionel Sambuc0x277B = 0x045B
165*36dcc4a4SLionel Sambuc0x277C = 0x045C
166*36dcc4a4SLionel Sambuc0x277D = 0x045E
167*36dcc4a4SLionel Sambuc0x277E = 0x045F
168*36dcc4a4SLionel Sambuc0x2921 = 0x00C6
169*36dcc4a4SLionel Sambuc0x2922 = 0x0110
170*36dcc4a4SLionel Sambuc0x2924 = 0x0126
171*36dcc4a4SLionel Sambuc0x2926 = 0x0132
172*36dcc4a4SLionel Sambuc0x2928 = 0x0141
173*36dcc4a4SLionel Sambuc0x2929 = 0x013F
174*36dcc4a4SLionel Sambuc0x292B = 0x014A
175*36dcc4a4SLionel Sambuc0x292C = 0x00D8
176*36dcc4a4SLionel Sambuc0x292D = 0x0152
177*36dcc4a4SLionel Sambuc0x292F = 0x0166
178*36dcc4a4SLionel Sambuc0x2930 = 0x00DE
179*36dcc4a4SLionel Sambuc0x2941 = 0x00E6
180*36dcc4a4SLionel Sambuc0x2942 = 0x0111
181*36dcc4a4SLionel Sambuc0x2943 = 0x00F0
182*36dcc4a4SLionel Sambuc0x2944 = 0x0127
183*36dcc4a4SLionel Sambuc0x2945 = 0x0131
184*36dcc4a4SLionel Sambuc0x2946 = 0x0133
185*36dcc4a4SLionel Sambuc0x2947 = 0x0138
186*36dcc4a4SLionel Sambuc0x2948 = 0x0142
187*36dcc4a4SLionel Sambuc0x2949 = 0x0140
188*36dcc4a4SLionel Sambuc0x294A = 0x0149
189*36dcc4a4SLionel Sambuc0x294B = 0x014B
190*36dcc4a4SLionel Sambuc0x294C = 0x00F8
191*36dcc4a4SLionel Sambuc0x294D = 0x0153
192*36dcc4a4SLionel Sambuc0x294E = 0x00DF
193*36dcc4a4SLionel Sambuc0x294F = 0x0167
194*36dcc4a4SLionel Sambuc0x2950 = 0x00FE
195*36dcc4a4SLionel Sambuc0x2A21 = 0x00C1
196*36dcc4a4SLionel Sambuc0x2A22 = 0x00C0
197*36dcc4a4SLionel Sambuc0x2A23 = 0x00C4
198*36dcc4a4SLionel Sambuc0x2A24 = 0x00C2
199*36dcc4a4SLionel Sambuc0x2A25 = 0x0102
200*36dcc4a4SLionel Sambuc0x2A26 = 0x01CD
201*36dcc4a4SLionel Sambuc0x2A27 = 0x0100
202*36dcc4a4SLionel Sambuc0x2A28 = 0x0104
203*36dcc4a4SLionel Sambuc0x2A29 = 0x00C5
204*36dcc4a4SLionel Sambuc0x2A2A = 0x00C3
205*36dcc4a4SLionel Sambuc0x2A2B = 0x0106
206*36dcc4a4SLionel Sambuc0x2A2C = 0x0108
207*36dcc4a4SLionel Sambuc0x2A2D = 0x010C
208*36dcc4a4SLionel Sambuc0x2A2E = 0x00C7
209*36dcc4a4SLionel Sambuc0x2A2F = 0x010A
210*36dcc4a4SLionel Sambuc0x2A30 = 0x010E
211*36dcc4a4SLionel Sambuc0x2A31 = 0x00C9
212*36dcc4a4SLionel Sambuc0x2A32 = 0x00C8
213*36dcc4a4SLionel Sambuc0x2A33 = 0x00CB
214*36dcc4a4SLionel Sambuc0x2A34 = 0x00CA
215*36dcc4a4SLionel Sambuc0x2A35 = 0x011A
216*36dcc4a4SLionel Sambuc0x2A36 = 0x0116
217*36dcc4a4SLionel Sambuc0x2A37 = 0x0112
218*36dcc4a4SLionel Sambuc0x2A38 = 0x0118
219*36dcc4a4SLionel Sambuc0x2A3A = 0x011C
220*36dcc4a4SLionel Sambuc0x2A3B = 0x011E
221*36dcc4a4SLionel Sambuc0x2A3C = 0x0122
222*36dcc4a4SLionel Sambuc0x2A3D = 0x0120
223*36dcc4a4SLionel Sambuc0x2A3E = 0x0124
224*36dcc4a4SLionel Sambuc0x2A3F = 0x00CD
225*36dcc4a4SLionel Sambuc0x2A40 = 0x00CC
226*36dcc4a4SLionel Sambuc0x2A41 = 0x00CF
227*36dcc4a4SLionel Sambuc0x2A42 = 0x00CE
228*36dcc4a4SLionel Sambuc0x2A43 = 0x01CF
229*36dcc4a4SLionel Sambuc0x2A44 = 0x0130
230*36dcc4a4SLionel Sambuc0x2A45 = 0x012A
231*36dcc4a4SLionel Sambuc0x2A46 = 0x012E
232*36dcc4a4SLionel Sambuc0x2A47 = 0x0128
233*36dcc4a4SLionel Sambuc0x2A48 = 0x0134
234*36dcc4a4SLionel Sambuc0x2A49 = 0x0136
235*36dcc4a4SLionel Sambuc0x2A4A = 0x0139
236*36dcc4a4SLionel Sambuc0x2A4B = 0x013D
237*36dcc4a4SLionel Sambuc0x2A4C = 0x013B
238*36dcc4a4SLionel Sambuc0x2A4D = 0x0143
239*36dcc4a4SLionel Sambuc0x2A4E = 0x0147
240*36dcc4a4SLionel Sambuc0x2A4F = 0x0145
241*36dcc4a4SLionel Sambuc0x2A50 = 0x00D1
242*36dcc4a4SLionel Sambuc0x2A51 = 0x00D3
243*36dcc4a4SLionel Sambuc0x2A52 = 0x00D2
244*36dcc4a4SLionel Sambuc0x2A53 = 0x00D6
245*36dcc4a4SLionel Sambuc0x2A54 = 0x00D4
246*36dcc4a4SLionel Sambuc0x2A55 = 0x01D1
247*36dcc4a4SLionel Sambuc0x2A56 = 0x0150
248*36dcc4a4SLionel Sambuc0x2A57 = 0x014C
249*36dcc4a4SLionel Sambuc0x2A58 = 0x00D5
250*36dcc4a4SLionel Sambuc0x2A59 = 0x0154
251*36dcc4a4SLionel Sambuc0x2A5A = 0x0158
252*36dcc4a4SLionel Sambuc0x2A5B = 0x0156
253*36dcc4a4SLionel Sambuc0x2A5C = 0x015A
254*36dcc4a4SLionel Sambuc0x2A5D = 0x015C
255*36dcc4a4SLionel Sambuc0x2A5E = 0x0160
256*36dcc4a4SLionel Sambuc0x2A5F = 0x015E
257*36dcc4a4SLionel Sambuc0x2A60 = 0x0164
258*36dcc4a4SLionel Sambuc0x2A61 = 0x0162
259*36dcc4a4SLionel Sambuc0x2A62 = 0x00DA
260*36dcc4a4SLionel Sambuc0x2A63 = 0x00D9
261*36dcc4a4SLionel Sambuc0x2A64 = 0x00DC
262*36dcc4a4SLionel Sambuc0x2A65 = 0x00DB
263*36dcc4a4SLionel Sambuc0x2A66 = 0x016C
264*36dcc4a4SLionel Sambuc0x2A67 = 0x01D3
265*36dcc4a4SLionel Sambuc0x2A68 = 0x0170
266*36dcc4a4SLionel Sambuc0x2A69 = 0x016A
267*36dcc4a4SLionel Sambuc0x2A6A = 0x0172
268*36dcc4a4SLionel Sambuc0x2A6B = 0x016E
269*36dcc4a4SLionel Sambuc0x2A6C = 0x0168
270*36dcc4a4SLionel Sambuc0x2A6D = 0x01D7
271*36dcc4a4SLionel Sambuc0x2A6E = 0x01DB
272*36dcc4a4SLionel Sambuc0x2A6F = 0x01D9
273*36dcc4a4SLionel Sambuc0x2A70 = 0x01D5
274*36dcc4a4SLionel Sambuc0x2A71 = 0x0174
275*36dcc4a4SLionel Sambuc0x2A72 = 0x00DD
276*36dcc4a4SLionel Sambuc0x2A73 = 0x0178
277*36dcc4a4SLionel Sambuc0x2A74 = 0x0176
278*36dcc4a4SLionel Sambuc0x2A75 = 0x0179
279*36dcc4a4SLionel Sambuc0x2A76 = 0x017D
280*36dcc4a4SLionel Sambuc0x2A77 = 0x017B
281*36dcc4a4SLionel Sambuc0x2B21 = 0x00E1
282*36dcc4a4SLionel Sambuc0x2B22 = 0x00E0
283*36dcc4a4SLionel Sambuc0x2B23 = 0x00E4
284*36dcc4a4SLionel Sambuc0x2B24 = 0x00E2
285*36dcc4a4SLionel Sambuc0x2B25 = 0x0103
286*36dcc4a4SLionel Sambuc0x2B26 = 0x01CE
287*36dcc4a4SLionel Sambuc0x2B27 = 0x0101
288*36dcc4a4SLionel Sambuc0x2B28 = 0x0105
289*36dcc4a4SLionel Sambuc0x2B29 = 0x00E5
290*36dcc4a4SLionel Sambuc0x2B2A = 0x00E3
291*36dcc4a4SLionel Sambuc0x2B2B = 0x0107
292*36dcc4a4SLionel Sambuc0x2B2C = 0x0109
293*36dcc4a4SLionel Sambuc0x2B2D = 0x010D
294*36dcc4a4SLionel Sambuc0x2B2E = 0x00E7
295*36dcc4a4SLionel Sambuc0x2B2F = 0x010B
296*36dcc4a4SLionel Sambuc0x2B30 = 0x010F
297*36dcc4a4SLionel Sambuc0x2B31 = 0x00E9
298*36dcc4a4SLionel Sambuc0x2B32 = 0x00E8
299*36dcc4a4SLionel Sambuc0x2B33 = 0x00EB
300*36dcc4a4SLionel Sambuc0x2B34 = 0x00EA
301*36dcc4a4SLionel Sambuc0x2B35 = 0x011B
302*36dcc4a4SLionel Sambuc0x2B36 = 0x0117
303*36dcc4a4SLionel Sambuc0x2B37 = 0x0113
304*36dcc4a4SLionel Sambuc0x2B38 = 0x0119
305*36dcc4a4SLionel Sambuc0x2B39 = 0x01F5
306*36dcc4a4SLionel Sambuc0x2B3A = 0x011D
307*36dcc4a4SLionel Sambuc0x2B3B = 0x011F
308*36dcc4a4SLionel Sambuc0x2B3D = 0x0121
309*36dcc4a4SLionel Sambuc0x2B3E = 0x0125
310*36dcc4a4SLionel Sambuc0x2B3F = 0x00ED
311*36dcc4a4SLionel Sambuc0x2B40 = 0x00EC
312*36dcc4a4SLionel Sambuc0x2B41 = 0x00EF
313*36dcc4a4SLionel Sambuc0x2B42 = 0x00EE
314*36dcc4a4SLionel Sambuc0x2B43 = 0x01D0
315*36dcc4a4SLionel Sambuc0x2B45 = 0x012B
316*36dcc4a4SLionel Sambuc0x2B46 = 0x012F
317*36dcc4a4SLionel Sambuc0x2B47 = 0x0129
318*36dcc4a4SLionel Sambuc0x2B48 = 0x0135
319*36dcc4a4SLionel Sambuc0x2B49 = 0x0137
320*36dcc4a4SLionel Sambuc0x2B4A = 0x013A
321*36dcc4a4SLionel Sambuc0x2B4B = 0x013E
322*36dcc4a4SLionel Sambuc0x2B4C = 0x013C
323*36dcc4a4SLionel Sambuc0x2B4D = 0x0144
324*36dcc4a4SLionel Sambuc0x2B4E = 0x0148
325*36dcc4a4SLionel Sambuc0x2B4F = 0x0146
326*36dcc4a4SLionel Sambuc0x2B50 = 0x00F1
327*36dcc4a4SLionel Sambuc0x2B51 = 0x00F3
328*36dcc4a4SLionel Sambuc0x2B52 = 0x00F2
329*36dcc4a4SLionel Sambuc0x2B53 = 0x00F6
330*36dcc4a4SLionel Sambuc0x2B54 = 0x00F4
331*36dcc4a4SLionel Sambuc0x2B55 = 0x01D2
332*36dcc4a4SLionel Sambuc0x2B56 = 0x0151
333*36dcc4a4SLionel Sambuc0x2B57 = 0x014D
334*36dcc4a4SLionel Sambuc0x2B58 = 0x00F5
335*36dcc4a4SLionel Sambuc0x2B59 = 0x0155
336*36dcc4a4SLionel Sambuc0x2B5A = 0x0159
337*36dcc4a4SLionel Sambuc0x2B5B = 0x0157
338*36dcc4a4SLionel Sambuc0x2B5C = 0x015B
339*36dcc4a4SLionel Sambuc0x2B5D = 0x015D
340*36dcc4a4SLionel Sambuc0x2B5E = 0x0161
341*36dcc4a4SLionel Sambuc0x2B5F = 0x015F
342*36dcc4a4SLionel Sambuc0x2B60 = 0x0165
343*36dcc4a4SLionel Sambuc0x2B61 = 0x0163
344*36dcc4a4SLionel Sambuc0x2B62 = 0x00FA
345*36dcc4a4SLionel Sambuc0x2B63 = 0x00F9
346*36dcc4a4SLionel Sambuc0x2B64 = 0x00FC
347*36dcc4a4SLionel Sambuc0x2B65 = 0x00FB
348*36dcc4a4SLionel Sambuc0x2B66 = 0x016D
349*36dcc4a4SLionel Sambuc0x2B67 = 0x01D4
350*36dcc4a4SLionel Sambuc0x2B68 = 0x0171
351*36dcc4a4SLionel Sambuc0x2B69 = 0x016B
352*36dcc4a4SLionel Sambuc0x2B6A = 0x0173
353*36dcc4a4SLionel Sambuc0x2B6B = 0x016F
354*36dcc4a4SLionel Sambuc0x2B6C = 0x0169
355*36dcc4a4SLionel Sambuc0x2B6D = 0x01D8
356*36dcc4a4SLionel Sambuc0x2B6E = 0x01DC
357*36dcc4a4SLionel Sambuc0x2B6F = 0x01DA
358*36dcc4a4SLionel Sambuc0x2B70 = 0x01D6
359*36dcc4a4SLionel Sambuc0x2B71 = 0x0175
360*36dcc4a4SLionel Sambuc0x2B72 = 0x00FD
361*36dcc4a4SLionel Sambuc0x2B73 = 0x00FF
362*36dcc4a4SLionel Sambuc0x2B74 = 0x0177
363*36dcc4a4SLionel Sambuc0x2B75 = 0x017A
364*36dcc4a4SLionel Sambuc0x2B76 = 0x017E
365*36dcc4a4SLionel Sambuc0x2B77 = 0x017C
366*36dcc4a4SLionel Sambuc0x3021 = 0x4E02
367*36dcc4a4SLionel Sambuc0x3022 = 0x4E04
368*36dcc4a4SLionel Sambuc0x3023 = 0x4E05
369*36dcc4a4SLionel Sambuc0x3024 = 0x4E0C
370*36dcc4a4SLionel Sambuc0x3025 = 0x4E12
371*36dcc4a4SLionel Sambuc0x3026 = 0x4E1F
372*36dcc4a4SLionel Sambuc0x3027 = 0x4E23
373*36dcc4a4SLionel Sambuc0x3028 = 0x4E24
374*36dcc4a4SLionel Sambuc0x3029 = 0x4E28
375*36dcc4a4SLionel Sambuc0x302A = 0x4E2B
376*36dcc4a4SLionel Sambuc0x302B = 0x4E2E
377*36dcc4a4SLionel Sambuc0x302C = 0x4E2F
378*36dcc4a4SLionel Sambuc0x302D = 0x4E30
379*36dcc4a4SLionel Sambuc0x302E = 0x4E35
380*36dcc4a4SLionel Sambuc0x302F = 0x4E40
381*36dcc4a4SLionel Sambuc0x3030 = 0x4E41
382*36dcc4a4SLionel Sambuc0x3031 = 0x4E44
383*36dcc4a4SLionel Sambuc0x3032 = 0x4E47
384*36dcc4a4SLionel Sambuc0x3033 = 0x4E51
385*36dcc4a4SLionel Sambuc0x3034 = 0x4E5A
386*36dcc4a4SLionel Sambuc0x3035 = 0x4E5C
387*36dcc4a4SLionel Sambuc0x3036 = 0x4E63
388*36dcc4a4SLionel Sambuc0x3037 = 0x4E68
389*36dcc4a4SLionel Sambuc0x3038 = 0x4E69
390*36dcc4a4SLionel Sambuc0x3039 = 0x4E74
391*36dcc4a4SLionel Sambuc0x303A = 0x4E75
392*36dcc4a4SLionel Sambuc0x303B = 0x4E79
393*36dcc4a4SLionel Sambuc0x303C = 0x4E7F
394*36dcc4a4SLionel Sambuc0x303D = 0x4E8D
395*36dcc4a4SLionel Sambuc0x303E = 0x4E96
396*36dcc4a4SLionel Sambuc0x303F = 0x4E97
397*36dcc4a4SLionel Sambuc0x3040 = 0x4E9D
398*36dcc4a4SLionel Sambuc0x3041 = 0x4EAF
399*36dcc4a4SLionel Sambuc0x3042 = 0x4EB9
400*36dcc4a4SLionel Sambuc0x3043 = 0x4EC3
401*36dcc4a4SLionel Sambuc0x3044 = 0x4ED0
402*36dcc4a4SLionel Sambuc0x3045 = 0x4EDA
403*36dcc4a4SLionel Sambuc0x3046 = 0x4EDB
404*36dcc4a4SLionel Sambuc0x3047 = 0x4EE0
405*36dcc4a4SLionel Sambuc0x3048 = 0x4EE1
406*36dcc4a4SLionel Sambuc0x3049 = 0x4EE2
407*36dcc4a4SLionel Sambuc0x304A = 0x4EE8
408*36dcc4a4SLionel Sambuc0x304B = 0x4EEF
409*36dcc4a4SLionel Sambuc0x304C = 0x4EF1
410*36dcc4a4SLionel Sambuc0x304D = 0x4EF3
411*36dcc4a4SLionel Sambuc0x304E = 0x4EF5
412*36dcc4a4SLionel Sambuc0x304F = 0x4EFD
413*36dcc4a4SLionel Sambuc0x3050 = 0x4EFE
414*36dcc4a4SLionel Sambuc0x3051 = 0x4EFF
415*36dcc4a4SLionel Sambuc0x3052 = 0x4F00
416*36dcc4a4SLionel Sambuc0x3053 = 0x4F02
417*36dcc4a4SLionel Sambuc0x3054 = 0x4F03
418*36dcc4a4SLionel Sambuc0x3055 = 0x4F08
419*36dcc4a4SLionel Sambuc0x3056 = 0x4F0B
420*36dcc4a4SLionel Sambuc0x3057 = 0x4F0C
421*36dcc4a4SLionel Sambuc0x3058 = 0x4F12
422*36dcc4a4SLionel Sambuc0x3059 = 0x4F15
423*36dcc4a4SLionel Sambuc0x305A = 0x4F16
424*36dcc4a4SLionel Sambuc0x305B = 0x4F17
425*36dcc4a4SLionel Sambuc0x305C = 0x4F19
426*36dcc4a4SLionel Sambuc0x305D = 0x4F2E
427*36dcc4a4SLionel Sambuc0x305E = 0x4F31
428*36dcc4a4SLionel Sambuc0x305F = 0x4F60
429*36dcc4a4SLionel Sambuc0x3060 = 0x4F33
430*36dcc4a4SLionel Sambuc0x3061 = 0x4F35
431*36dcc4a4SLionel Sambuc0x3062 = 0x4F37
432*36dcc4a4SLionel Sambuc0x3063 = 0x4F39
433*36dcc4a4SLionel Sambuc0x3064 = 0x4F3B
434*36dcc4a4SLionel Sambuc0x3065 = 0x4F3E
435*36dcc4a4SLionel Sambuc0x3066 = 0x4F40
436*36dcc4a4SLionel Sambuc0x3067 = 0x4F42
437*36dcc4a4SLionel Sambuc0x3068 = 0x4F48
438*36dcc4a4SLionel Sambuc0x3069 = 0x4F49
439*36dcc4a4SLionel Sambuc0x306A = 0x4F4B
440*36dcc4a4SLionel Sambuc0x306B = 0x4F4C
441*36dcc4a4SLionel Sambuc0x306C = 0x4F52
442*36dcc4a4SLionel Sambuc0x306D = 0x4F54
443*36dcc4a4SLionel Sambuc0x306E = 0x4F56
444*36dcc4a4SLionel Sambuc0x306F = 0x4F58
445*36dcc4a4SLionel Sambuc0x3070 = 0x4F5F
446*36dcc4a4SLionel Sambuc0x3071 = 0x4F63
447*36dcc4a4SLionel Sambuc0x3072 = 0x4F6A
448*36dcc4a4SLionel Sambuc0x3073 = 0x4F6C
449*36dcc4a4SLionel Sambuc0x3074 = 0x4F6E
450*36dcc4a4SLionel Sambuc0x3075 = 0x4F71
451*36dcc4a4SLionel Sambuc0x3076 = 0x4F77
452*36dcc4a4SLionel Sambuc0x3077 = 0x4F78
453*36dcc4a4SLionel Sambuc0x3078 = 0x4F79
454*36dcc4a4SLionel Sambuc0x3079 = 0x4F7A
455*36dcc4a4SLionel Sambuc0x307A = 0x4F7D
456*36dcc4a4SLionel Sambuc0x307B = 0x4F7E
457*36dcc4a4SLionel Sambuc0x307C = 0x4F81
458*36dcc4a4SLionel Sambuc0x307D = 0x4F82
459*36dcc4a4SLionel Sambuc0x307E = 0x4F84
460*36dcc4a4SLionel Sambuc0x3121 = 0x4F85
461*36dcc4a4SLionel Sambuc0x3122 = 0x4F89
462*36dcc4a4SLionel Sambuc0x3123 = 0x4F8A
463*36dcc4a4SLionel Sambuc0x3124 = 0x4F8C
464*36dcc4a4SLionel Sambuc0x3125 = 0x4F8E
465*36dcc4a4SLionel Sambuc0x3126 = 0x4F90
466*36dcc4a4SLionel Sambuc0x3127 = 0x4F92
467*36dcc4a4SLionel Sambuc0x3128 = 0x4F93
468*36dcc4a4SLionel Sambuc0x3129 = 0x4F94
469*36dcc4a4SLionel Sambuc0x312A = 0x4F97
470*36dcc4a4SLionel Sambuc0x312B = 0x4F99
471*36dcc4a4SLionel Sambuc0x312C = 0x4F9A
472*36dcc4a4SLionel Sambuc0x312D = 0x4F9E
473*36dcc4a4SLionel Sambuc0x312E = 0x4F9F
474*36dcc4a4SLionel Sambuc0x312F = 0x4FB2
475*36dcc4a4SLionel Sambuc0x3130 = 0x4FB7
476*36dcc4a4SLionel Sambuc0x3131 = 0x4FB9
477*36dcc4a4SLionel Sambuc0x3132 = 0x4FBB
478*36dcc4a4SLionel Sambuc0x3133 = 0x4FBC
479*36dcc4a4SLionel Sambuc0x3134 = 0x4FBD
480*36dcc4a4SLionel Sambuc0x3135 = 0x4FBE
481*36dcc4a4SLionel Sambuc0x3136 = 0x4FC0
482*36dcc4a4SLionel Sambuc0x3137 = 0x4FC1
483*36dcc4a4SLionel Sambuc0x3138 = 0x4FC5
484*36dcc4a4SLionel Sambuc0x3139 = 0x4FC6
485*36dcc4a4SLionel Sambuc0x313A = 0x4FC8
486*36dcc4a4SLionel Sambuc0x313B = 0x4FC9
487*36dcc4a4SLionel Sambuc0x313C = 0x4FCB
488*36dcc4a4SLionel Sambuc0x313D = 0x4FCC
489*36dcc4a4SLionel Sambuc0x313E = 0x4FCD
490*36dcc4a4SLionel Sambuc0x313F = 0x4FCF
491*36dcc4a4SLionel Sambuc0x3140 = 0x4FD2
492*36dcc4a4SLionel Sambuc0x3141 = 0x4FDC
493*36dcc4a4SLionel Sambuc0x3142 = 0x4FE0
494*36dcc4a4SLionel Sambuc0x3143 = 0x4FE2
495*36dcc4a4SLionel Sambuc0x3144 = 0x4FF0
496*36dcc4a4SLionel Sambuc0x3145 = 0x4FF2
497*36dcc4a4SLionel Sambuc0x3146 = 0x4FFC
498*36dcc4a4SLionel Sambuc0x3147 = 0x4FFD
499*36dcc4a4SLionel Sambuc0x3148 = 0x4FFF
500*36dcc4a4SLionel Sambuc0x3149 = 0x5000
501*36dcc4a4SLionel Sambuc0x314A = 0x5001
502*36dcc4a4SLionel Sambuc0x314B = 0x5004
503*36dcc4a4SLionel Sambuc0x314C = 0x5007
504*36dcc4a4SLionel Sambuc0x314D = 0x500A
505*36dcc4a4SLionel Sambuc0x314E = 0x500C
506*36dcc4a4SLionel Sambuc0x314F = 0x500E
507*36dcc4a4SLionel Sambuc0x3150 = 0x5010
508*36dcc4a4SLionel Sambuc0x3151 = 0x5013
509*36dcc4a4SLionel Sambuc0x3152 = 0x5017
510*36dcc4a4SLionel Sambuc0x3153 = 0x5018
511*36dcc4a4SLionel Sambuc0x3154 = 0x501B
512*36dcc4a4SLionel Sambuc0x3155 = 0x501C
513*36dcc4a4SLionel Sambuc0x3156 = 0x501D
514*36dcc4a4SLionel Sambuc0x3157 = 0x501E
515*36dcc4a4SLionel Sambuc0x3158 = 0x5022
516*36dcc4a4SLionel Sambuc0x3159 = 0x5027
517*36dcc4a4SLionel Sambuc0x315A = 0x502E
518*36dcc4a4SLionel Sambuc0x315B = 0x5030
519*36dcc4a4SLionel Sambuc0x315C = 0x5032
520*36dcc4a4SLionel Sambuc0x315D = 0x5033
521*36dcc4a4SLionel Sambuc0x315E = 0x5035
522*36dcc4a4SLionel Sambuc0x315F = 0x5040
523*36dcc4a4SLionel Sambuc0x3160 = 0x5041
524*36dcc4a4SLionel Sambuc0x3161 = 0x5042
525*36dcc4a4SLionel Sambuc0x3162 = 0x5045
526*36dcc4a4SLionel Sambuc0x3163 = 0x5046
527*36dcc4a4SLionel Sambuc0x3164 = 0x504A
528*36dcc4a4SLionel Sambuc0x3165 = 0x504C
529*36dcc4a4SLionel Sambuc0x3166 = 0x504E
530*36dcc4a4SLionel Sambuc0x3167 = 0x5051
531*36dcc4a4SLionel Sambuc0x3168 = 0x5052
532*36dcc4a4SLionel Sambuc0x3169 = 0x5053
533*36dcc4a4SLionel Sambuc0x316A = 0x5057
534*36dcc4a4SLionel Sambuc0x316B = 0x5059
535*36dcc4a4SLionel Sambuc0x316C = 0x505F
536*36dcc4a4SLionel Sambuc0x316D = 0x5060
537*36dcc4a4SLionel Sambuc0x316E = 0x5062
538*36dcc4a4SLionel Sambuc0x316F = 0x5063
539*36dcc4a4SLionel Sambuc0x3170 = 0x5066
540*36dcc4a4SLionel Sambuc0x3171 = 0x5067
541*36dcc4a4SLionel Sambuc0x3172 = 0x506A
542*36dcc4a4SLionel Sambuc0x3173 = 0x506D
543*36dcc4a4SLionel Sambuc0x3174 = 0x5070
544*36dcc4a4SLionel Sambuc0x3175 = 0x5071
545*36dcc4a4SLionel Sambuc0x3176 = 0x503B
546*36dcc4a4SLionel Sambuc0x3177 = 0x5081
547*36dcc4a4SLionel Sambuc0x3178 = 0x5083
548*36dcc4a4SLionel Sambuc0x3179 = 0x5084
549*36dcc4a4SLionel Sambuc0x317A = 0x5086
550*36dcc4a4SLionel Sambuc0x317B = 0x508A
551*36dcc4a4SLionel Sambuc0x317C = 0x508E
552*36dcc4a4SLionel Sambuc0x317D = 0x508F
553*36dcc4a4SLionel Sambuc0x317E = 0x5090
554*36dcc4a4SLionel Sambuc0x3221 = 0x5092
555*36dcc4a4SLionel Sambuc0x3222 = 0x5093
556*36dcc4a4SLionel Sambuc0x3223 = 0x5094
557*36dcc4a4SLionel Sambuc0x3224 = 0x5096
558*36dcc4a4SLionel Sambuc0x3225 = 0x509B
559*36dcc4a4SLionel Sambuc0x3226 = 0x509C
560*36dcc4a4SLionel Sambuc0x3227 = 0x509E
561*36dcc4a4SLionel Sambuc0x3228 = 0x509F
562*36dcc4a4SLionel Sambuc0x3229 = 0x50A0
563*36dcc4a4SLionel Sambuc0x322A = 0x50A1
564*36dcc4a4SLionel Sambuc0x322B = 0x50A2
565*36dcc4a4SLionel Sambuc0x322C = 0x50AA
566*36dcc4a4SLionel Sambuc0x322D = 0x50AF
567*36dcc4a4SLionel Sambuc0x322E = 0x50B0
568*36dcc4a4SLionel Sambuc0x322F = 0x50B9
569*36dcc4a4SLionel Sambuc0x3230 = 0x50BA
570*36dcc4a4SLionel Sambuc0x3231 = 0x50BD
571*36dcc4a4SLionel Sambuc0x3232 = 0x50C0
572*36dcc4a4SLionel Sambuc0x3233 = 0x50C3
573*36dcc4a4SLionel Sambuc0x3234 = 0x50C4
574*36dcc4a4SLionel Sambuc0x3235 = 0x50C7
575*36dcc4a4SLionel Sambuc0x3236 = 0x50CC
576*36dcc4a4SLionel Sambuc0x3237 = 0x50CE
577*36dcc4a4SLionel Sambuc0x3238 = 0x50D0
578*36dcc4a4SLionel Sambuc0x3239 = 0x50D3
579*36dcc4a4SLionel Sambuc0x323A = 0x50D4
580*36dcc4a4SLionel Sambuc0x323B = 0x50D8
581*36dcc4a4SLionel Sambuc0x323C = 0x50DC
582*36dcc4a4SLionel Sambuc0x323D = 0x50DD
583*36dcc4a4SLionel Sambuc0x323E = 0x50DF
584*36dcc4a4SLionel Sambuc0x323F = 0x50E2
585*36dcc4a4SLionel Sambuc0x3240 = 0x50E4
586*36dcc4a4SLionel Sambuc0x3241 = 0x50E6
587*36dcc4a4SLionel Sambuc0x3242 = 0x50E8
588*36dcc4a4SLionel Sambuc0x3243 = 0x50E9
589*36dcc4a4SLionel Sambuc0x3244 = 0x50EF
590*36dcc4a4SLionel Sambuc0x3245 = 0x50F1
591*36dcc4a4SLionel Sambuc0x3246 = 0x50F6
592*36dcc4a4SLionel Sambuc0x3247 = 0x50FA
593*36dcc4a4SLionel Sambuc0x3248 = 0x50FE
594*36dcc4a4SLionel Sambuc0x3249 = 0x5103
595*36dcc4a4SLionel Sambuc0x324A = 0x5106
596*36dcc4a4SLionel Sambuc0x324B = 0x5107
597*36dcc4a4SLionel Sambuc0x324C = 0x5108
598*36dcc4a4SLionel Sambuc0x324D = 0x510B
599*36dcc4a4SLionel Sambuc0x324E = 0x510C
600*36dcc4a4SLionel Sambuc0x324F = 0x510D
601*36dcc4a4SLionel Sambuc0x3250 = 0x510E
602*36dcc4a4SLionel Sambuc0x3251 = 0x50F2
603*36dcc4a4SLionel Sambuc0x3252 = 0x5110
604*36dcc4a4SLionel Sambuc0x3253 = 0x5117
605*36dcc4a4SLionel Sambuc0x3254 = 0x5119
606*36dcc4a4SLionel Sambuc0x3255 = 0x511B
607*36dcc4a4SLionel Sambuc0x3256 = 0x511C
608*36dcc4a4SLionel Sambuc0x3257 = 0x511D
609*36dcc4a4SLionel Sambuc0x3258 = 0x511E
610*36dcc4a4SLionel Sambuc0x3259 = 0x5123
611*36dcc4a4SLionel Sambuc0x325A = 0x5127
612*36dcc4a4SLionel Sambuc0x325B = 0x5128
613*36dcc4a4SLionel Sambuc0x325C = 0x512C
614*36dcc4a4SLionel Sambuc0x325D = 0x512D
615*36dcc4a4SLionel Sambuc0x325E = 0x512F
616*36dcc4a4SLionel Sambuc0x325F = 0x5131
617*36dcc4a4SLionel Sambuc0x3260 = 0x5133
618*36dcc4a4SLionel Sambuc0x3261 = 0x5134
619*36dcc4a4SLionel Sambuc0x3262 = 0x5135
620*36dcc4a4SLionel Sambuc0x3263 = 0x5138
621*36dcc4a4SLionel Sambuc0x3264 = 0x5139
622*36dcc4a4SLionel Sambuc0x3265 = 0x5142
623*36dcc4a4SLionel Sambuc0x3266 = 0x514A
624*36dcc4a4SLionel Sambuc0x3267 = 0x514F
625*36dcc4a4SLionel Sambuc0x3268 = 0x5153
626*36dcc4a4SLionel Sambuc0x3269 = 0x5155
627*36dcc4a4SLionel Sambuc0x326A = 0x5157
628*36dcc4a4SLionel Sambuc0x326B = 0x5158
629*36dcc4a4SLionel Sambuc0x326C = 0x515F
630*36dcc4a4SLionel Sambuc0x326D = 0x5164
631*36dcc4a4SLionel Sambuc0x326E = 0x5166
632*36dcc4a4SLionel Sambuc0x326F = 0x517E
633*36dcc4a4SLionel Sambuc0x3270 = 0x5183
634*36dcc4a4SLionel Sambuc0x3271 = 0x5184
635*36dcc4a4SLionel Sambuc0x3272 = 0x518B
636*36dcc4a4SLionel Sambuc0x3273 = 0x518E
637*36dcc4a4SLionel Sambuc0x3274 = 0x5198
638*36dcc4a4SLionel Sambuc0x3275 = 0x519D
639*36dcc4a4SLionel Sambuc0x3276 = 0x51A1
640*36dcc4a4SLionel Sambuc0x3277 = 0x51A3
641*36dcc4a4SLionel Sambuc0x3278 = 0x51AD
642*36dcc4a4SLionel Sambuc0x3279 = 0x51B8
643*36dcc4a4SLionel Sambuc0x327A = 0x51BA
644*36dcc4a4SLionel Sambuc0x327B = 0x51BC
645*36dcc4a4SLionel Sambuc0x327C = 0x51BE
646*36dcc4a4SLionel Sambuc0x327D = 0x51BF
647*36dcc4a4SLionel Sambuc0x327E = 0x51C2
648*36dcc4a4SLionel Sambuc0x3321 = 0x51C8
649*36dcc4a4SLionel Sambuc0x3322 = 0x51CF
650*36dcc4a4SLionel Sambuc0x3323 = 0x51D1
651*36dcc4a4SLionel Sambuc0x3324 = 0x51D2
652*36dcc4a4SLionel Sambuc0x3325 = 0x51D3
653*36dcc4a4SLionel Sambuc0x3326 = 0x51D5
654*36dcc4a4SLionel Sambuc0x3327 = 0x51D8
655*36dcc4a4SLionel Sambuc0x3328 = 0x51DE
656*36dcc4a4SLionel Sambuc0x3329 = 0x51E2
657*36dcc4a4SLionel Sambuc0x332A = 0x51E5
658*36dcc4a4SLionel Sambuc0x332B = 0x51EE
659*36dcc4a4SLionel Sambuc0x332C = 0x51F2
660*36dcc4a4SLionel Sambuc0x332D = 0x51F3
661*36dcc4a4SLionel Sambuc0x332E = 0x51F4
662*36dcc4a4SLionel Sambuc0x332F = 0x51F7
663*36dcc4a4SLionel Sambuc0x3330 = 0x5201
664*36dcc4a4SLionel Sambuc0x3331 = 0x5202
665*36dcc4a4SLionel Sambuc0x3332 = 0x5205
666*36dcc4a4SLionel Sambuc0x3333 = 0x5212
667*36dcc4a4SLionel Sambuc0x3334 = 0x5213
668*36dcc4a4SLionel Sambuc0x3335 = 0x5215
669*36dcc4a4SLionel Sambuc0x3336 = 0x5216
670*36dcc4a4SLionel Sambuc0x3337 = 0x5218
671*36dcc4a4SLionel Sambuc0x3338 = 0x5222
672*36dcc4a4SLionel Sambuc0x3339 = 0x5228
673*36dcc4a4SLionel Sambuc0x333A = 0x5231
674*36dcc4a4SLionel Sambuc0x333B = 0x5232
675*36dcc4a4SLionel Sambuc0x333C = 0x5235
676*36dcc4a4SLionel Sambuc0x333D = 0x523C
677*36dcc4a4SLionel Sambuc0x333E = 0x5245
678*36dcc4a4SLionel Sambuc0x333F = 0x5249
679*36dcc4a4SLionel Sambuc0x3340 = 0x5255
680*36dcc4a4SLionel Sambuc0x3341 = 0x5257
681*36dcc4a4SLionel Sambuc0x3342 = 0x5258
682*36dcc4a4SLionel Sambuc0x3343 = 0x525A
683*36dcc4a4SLionel Sambuc0x3344 = 0x525C
684*36dcc4a4SLionel Sambuc0x3345 = 0x525F
685*36dcc4a4SLionel Sambuc0x3346 = 0x5260
686*36dcc4a4SLionel Sambuc0x3347 = 0x5261
687*36dcc4a4SLionel Sambuc0x3348 = 0x5266
688*36dcc4a4SLionel Sambuc0x3349 = 0x526E
689*36dcc4a4SLionel Sambuc0x334A = 0x5277
690*36dcc4a4SLionel Sambuc0x334B = 0x5278
691*36dcc4a4SLionel Sambuc0x334C = 0x5279
692*36dcc4a4SLionel Sambuc0x334D = 0x5280
693*36dcc4a4SLionel Sambuc0x334E = 0x5282
694*36dcc4a4SLionel Sambuc0x334F = 0x5285
695*36dcc4a4SLionel Sambuc0x3350 = 0x528A
696*36dcc4a4SLionel Sambuc0x3351 = 0x528C
697*36dcc4a4SLionel Sambuc0x3352 = 0x5293
698*36dcc4a4SLionel Sambuc0x3353 = 0x5295
699*36dcc4a4SLionel Sambuc0x3354 = 0x5296
700*36dcc4a4SLionel Sambuc0x3355 = 0x5297
701*36dcc4a4SLionel Sambuc0x3356 = 0x5298
702*36dcc4a4SLionel Sambuc0x3357 = 0x529A
703*36dcc4a4SLionel Sambuc0x3358 = 0x529C
704*36dcc4a4SLionel Sambuc0x3359 = 0x52A4
705*36dcc4a4SLionel Sambuc0x335A = 0x52A5
706*36dcc4a4SLionel Sambuc0x335B = 0x52A6
707*36dcc4a4SLionel Sambuc0x335C = 0x52A7
708*36dcc4a4SLionel Sambuc0x335D = 0x52AF
709*36dcc4a4SLionel Sambuc0x335E = 0x52B0
710*36dcc4a4SLionel Sambuc0x335F = 0x52B6
711*36dcc4a4SLionel Sambuc0x3360 = 0x52B7
712*36dcc4a4SLionel Sambuc0x3361 = 0x52B8
713*36dcc4a4SLionel Sambuc0x3362 = 0x52BA
714*36dcc4a4SLionel Sambuc0x3363 = 0x52BB
715*36dcc4a4SLionel Sambuc0x3364 = 0x52BD
716*36dcc4a4SLionel Sambuc0x3365 = 0x52C0
717*36dcc4a4SLionel Sambuc0x3366 = 0x52C4
718*36dcc4a4SLionel Sambuc0x3367 = 0x52C6
719*36dcc4a4SLionel Sambuc0x3368 = 0x52C8
720*36dcc4a4SLionel Sambuc0x3369 = 0x52CC
721*36dcc4a4SLionel Sambuc0x336A = 0x52CF
722*36dcc4a4SLionel Sambuc0x336B = 0x52D1
723*36dcc4a4SLionel Sambuc0x336C = 0x52D4
724*36dcc4a4SLionel Sambuc0x336D = 0x52D6
725*36dcc4a4SLionel Sambuc0x336E = 0x52DB
726*36dcc4a4SLionel Sambuc0x336F = 0x52DC
727*36dcc4a4SLionel Sambuc0x3370 = 0x52E1
728*36dcc4a4SLionel Sambuc0x3371 = 0x52E5
729*36dcc4a4SLionel Sambuc0x3372 = 0x52E8
730*36dcc4a4SLionel Sambuc0x3373 = 0x52E9
731*36dcc4a4SLionel Sambuc0x3374 = 0x52EA
732*36dcc4a4SLionel Sambuc0x3375 = 0x52EC
733*36dcc4a4SLionel Sambuc0x3376 = 0x52F0
734*36dcc4a4SLionel Sambuc0x3377 = 0x52F1
735*36dcc4a4SLionel Sambuc0x3378 = 0x52F4
736*36dcc4a4SLionel Sambuc0x3379 = 0x52F6
737*36dcc4a4SLionel Sambuc0x337A = 0x52F7
738*36dcc4a4SLionel Sambuc0x337B = 0x5300
739*36dcc4a4SLionel Sambuc0x337C = 0x5303
740*36dcc4a4SLionel Sambuc0x337D = 0x530A
741*36dcc4a4SLionel Sambuc0x337E = 0x530B
742*36dcc4a4SLionel Sambuc0x3421 = 0x530C
743*36dcc4a4SLionel Sambuc0x3422 = 0x5311
744*36dcc4a4SLionel Sambuc0x3423 = 0x5313
745*36dcc4a4SLionel Sambuc0x3424 = 0x5318
746*36dcc4a4SLionel Sambuc0x3425 = 0x531B
747*36dcc4a4SLionel Sambuc0x3426 = 0x531C
748*36dcc4a4SLionel Sambuc0x3427 = 0x531E
749*36dcc4a4SLionel Sambuc0x3428 = 0x531F
750*36dcc4a4SLionel Sambuc0x3429 = 0x5325
751*36dcc4a4SLionel Sambuc0x342A = 0x5327
752*36dcc4a4SLionel Sambuc0x342B = 0x5328
753*36dcc4a4SLionel Sambuc0x342C = 0x5329
754*36dcc4a4SLionel Sambuc0x342D = 0x532B
755*36dcc4a4SLionel Sambuc0x342E = 0x532C
756*36dcc4a4SLionel Sambuc0x342F = 0x532D
757*36dcc4a4SLionel Sambuc0x3430 = 0x5330
758*36dcc4a4SLionel Sambuc0x3431 = 0x5332
759*36dcc4a4SLionel Sambuc0x3432 = 0x5335
760*36dcc4a4SLionel Sambuc0x3433 = 0x533C
761*36dcc4a4SLionel Sambuc0x3434 = 0x533D
762*36dcc4a4SLionel Sambuc0x3435 = 0x533E
763*36dcc4a4SLionel Sambuc0x3436 = 0x5342
764*36dcc4a4SLionel Sambuc0x3437 = 0x534C
765*36dcc4a4SLionel Sambuc0x3438 = 0x534B
766*36dcc4a4SLionel Sambuc0x3439 = 0x5359
767*36dcc4a4SLionel Sambuc0x343A = 0x535B
768*36dcc4a4SLionel Sambuc0x343B = 0x5361
769*36dcc4a4SLionel Sambuc0x343C = 0x5363
770*36dcc4a4SLionel Sambuc0x343D = 0x5365
771*36dcc4a4SLionel Sambuc0x343E = 0x536C
772*36dcc4a4SLionel Sambuc0x343F = 0x536D
773*36dcc4a4SLionel Sambuc0x3440 = 0x5372
774*36dcc4a4SLionel Sambuc0x3441 = 0x5379
775*36dcc4a4SLionel Sambuc0x3442 = 0x537E
776*36dcc4a4SLionel Sambuc0x3443 = 0x5383
777*36dcc4a4SLionel Sambuc0x3444 = 0x5387
778*36dcc4a4SLionel Sambuc0x3445 = 0x5388
779*36dcc4a4SLionel Sambuc0x3446 = 0x538E
780*36dcc4a4SLionel Sambuc0x3447 = 0x5393
781*36dcc4a4SLionel Sambuc0x3448 = 0x5394
782*36dcc4a4SLionel Sambuc0x3449 = 0x5399
783*36dcc4a4SLionel Sambuc0x344A = 0x539D
784*36dcc4a4SLionel Sambuc0x344B = 0x53A1
785*36dcc4a4SLionel Sambuc0x344C = 0x53A4
786*36dcc4a4SLionel Sambuc0x344D = 0x53AA
787*36dcc4a4SLionel Sambuc0x344E = 0x53AB
788*36dcc4a4SLionel Sambuc0x344F = 0x53AF
789*36dcc4a4SLionel Sambuc0x3450 = 0x53B2
790*36dcc4a4SLionel Sambuc0x3451 = 0x53B4
791*36dcc4a4SLionel Sambuc0x3452 = 0x53B5
792*36dcc4a4SLionel Sambuc0x3453 = 0x53B7
793*36dcc4a4SLionel Sambuc0x3454 = 0x53B8
794*36dcc4a4SLionel Sambuc0x3455 = 0x53BA
795*36dcc4a4SLionel Sambuc0x3456 = 0x53BD
796*36dcc4a4SLionel Sambuc0x3457 = 0x53C0
797*36dcc4a4SLionel Sambuc0x3458 = 0x53C5
798*36dcc4a4SLionel Sambuc0x3459 = 0x53CF
799*36dcc4a4SLionel Sambuc0x345A = 0x53D2
800*36dcc4a4SLionel Sambuc0x345B = 0x53D3
801*36dcc4a4SLionel Sambuc0x345C = 0x53D5
802*36dcc4a4SLionel Sambuc0x345D = 0x53DA
803*36dcc4a4SLionel Sambuc0x345E = 0x53DD
804*36dcc4a4SLionel Sambuc0x345F = 0x53DE
805*36dcc4a4SLionel Sambuc0x3460 = 0x53E0
806*36dcc4a4SLionel Sambuc0x3461 = 0x53E6
807*36dcc4a4SLionel Sambuc0x3462 = 0x53E7
808*36dcc4a4SLionel Sambuc0x3463 = 0x53F5
809*36dcc4a4SLionel Sambuc0x3464 = 0x5402
810*36dcc4a4SLionel Sambuc0x3465 = 0x5413
811*36dcc4a4SLionel Sambuc0x3466 = 0x541A
812*36dcc4a4SLionel Sambuc0x3467 = 0x5421
813*36dcc4a4SLionel Sambuc0x3468 = 0x5427
814*36dcc4a4SLionel Sambuc0x3469 = 0x5428
815*36dcc4a4SLionel Sambuc0x346A = 0x542A
816*36dcc4a4SLionel Sambuc0x346B = 0x542F
817*36dcc4a4SLionel Sambuc0x346C = 0x5431
818*36dcc4a4SLionel Sambuc0x346D = 0x5434
819*36dcc4a4SLionel Sambuc0x346E = 0x5435
820*36dcc4a4SLionel Sambuc0x346F = 0x5443
821*36dcc4a4SLionel Sambuc0x3470 = 0x5444
822*36dcc4a4SLionel Sambuc0x3471 = 0x5447
823*36dcc4a4SLionel Sambuc0x3472 = 0x544D
824*36dcc4a4SLionel Sambuc0x3473 = 0x544F
825*36dcc4a4SLionel Sambuc0x3474 = 0x545E
826*36dcc4a4SLionel Sambuc0x3475 = 0x5462
827*36dcc4a4SLionel Sambuc0x3476 = 0x5464
828*36dcc4a4SLionel Sambuc0x3477 = 0x5466
829*36dcc4a4SLionel Sambuc0x3478 = 0x5467
830*36dcc4a4SLionel Sambuc0x3479 = 0x5469
831*36dcc4a4SLionel Sambuc0x347A = 0x546B
832*36dcc4a4SLionel Sambuc0x347B = 0x546D
833*36dcc4a4SLionel Sambuc0x347C = 0x546E
834*36dcc4a4SLionel Sambuc0x347D = 0x5474
835*36dcc4a4SLionel Sambuc0x347E = 0x547F
836*36dcc4a4SLionel Sambuc0x3521 = 0x5481
837*36dcc4a4SLionel Sambuc0x3522 = 0x5483
838*36dcc4a4SLionel Sambuc0x3523 = 0x5485
839*36dcc4a4SLionel Sambuc0x3524 = 0x5488
840*36dcc4a4SLionel Sambuc0x3525 = 0x5489
841*36dcc4a4SLionel Sambuc0x3526 = 0x548D
842*36dcc4a4SLionel Sambuc0x3527 = 0x5491
843*36dcc4a4SLionel Sambuc0x3528 = 0x5495
844*36dcc4a4SLionel Sambuc0x3529 = 0x5496
845*36dcc4a4SLionel Sambuc0x352A = 0x549C
846*36dcc4a4SLionel Sambuc0x352B = 0x549F
847*36dcc4a4SLionel Sambuc0x352C = 0x54A1
848*36dcc4a4SLionel Sambuc0x352D = 0x54A6
849*36dcc4a4SLionel Sambuc0x352E = 0x54A7
850*36dcc4a4SLionel Sambuc0x352F = 0x54A9
851*36dcc4a4SLionel Sambuc0x3530 = 0x54AA
852*36dcc4a4SLionel Sambuc0x3531 = 0x54AD
853*36dcc4a4SLionel Sambuc0x3532 = 0x54AE
854*36dcc4a4SLionel Sambuc0x3533 = 0x54B1
855*36dcc4a4SLionel Sambuc0x3534 = 0x54B7
856*36dcc4a4SLionel Sambuc0x3535 = 0x54B9
857*36dcc4a4SLionel Sambuc0x3536 = 0x54BA
858*36dcc4a4SLionel Sambuc0x3537 = 0x54BB
859*36dcc4a4SLionel Sambuc0x3538 = 0x54BF
860*36dcc4a4SLionel Sambuc0x3539 = 0x54C6
861*36dcc4a4SLionel Sambuc0x353A = 0x54CA
862*36dcc4a4SLionel Sambuc0x353B = 0x54CD
863*36dcc4a4SLionel Sambuc0x353C = 0x54CE
864*36dcc4a4SLionel Sambuc0x353D = 0x54E0
865*36dcc4a4SLionel Sambuc0x353E = 0x54EA
866*36dcc4a4SLionel Sambuc0x353F = 0x54EC
867*36dcc4a4SLionel Sambuc0x3540 = 0x54EF
868*36dcc4a4SLionel Sambuc0x3541 = 0x54F6
869*36dcc4a4SLionel Sambuc0x3542 = 0x54FC
870*36dcc4a4SLionel Sambuc0x3543 = 0x54FE
871*36dcc4a4SLionel Sambuc0x3544 = 0x54FF
872*36dcc4a4SLionel Sambuc0x3545 = 0x5500
873*36dcc4a4SLionel Sambuc0x3546 = 0x5501
874*36dcc4a4SLionel Sambuc0x3547 = 0x5505
875*36dcc4a4SLionel Sambuc0x3548 = 0x5508
876*36dcc4a4SLionel Sambuc0x3549 = 0x5509
877*36dcc4a4SLionel Sambuc0x354A = 0x550C
878*36dcc4a4SLionel Sambuc0x354B = 0x550D
879*36dcc4a4SLionel Sambuc0x354C = 0x550E
880*36dcc4a4SLionel Sambuc0x354D = 0x5515
881*36dcc4a4SLionel Sambuc0x354E = 0x552A
882*36dcc4a4SLionel Sambuc0x354F = 0x552B
883*36dcc4a4SLionel Sambuc0x3550 = 0x5532
884*36dcc4a4SLionel Sambuc0x3551 = 0x5535
885*36dcc4a4SLionel Sambuc0x3552 = 0x5536
886*36dcc4a4SLionel Sambuc0x3553 = 0x553B
887*36dcc4a4SLionel Sambuc0x3554 = 0x553C
888*36dcc4a4SLionel Sambuc0x3555 = 0x553D
889*36dcc4a4SLionel Sambuc0x3556 = 0x5541
890*36dcc4a4SLionel Sambuc0x3557 = 0x5547
891*36dcc4a4SLionel Sambuc0x3558 = 0x5549
892*36dcc4a4SLionel Sambuc0x3559 = 0x554A
893*36dcc4a4SLionel Sambuc0x355A = 0x554D
894*36dcc4a4SLionel Sambuc0x355B = 0x5550
895*36dcc4a4SLionel Sambuc0x355C = 0x5551
896*36dcc4a4SLionel Sambuc0x355D = 0x5558
897*36dcc4a4SLionel Sambuc0x355E = 0x555A
898*36dcc4a4SLionel Sambuc0x355F = 0x555B
899*36dcc4a4SLionel Sambuc0x3560 = 0x555E
900*36dcc4a4SLionel Sambuc0x3561 = 0x5560
901*36dcc4a4SLionel Sambuc0x3562 = 0x5561
902*36dcc4a4SLionel Sambuc0x3563 = 0x5564
903*36dcc4a4SLionel Sambuc0x3564 = 0x5566
904*36dcc4a4SLionel Sambuc0x3565 = 0x557F
905*36dcc4a4SLionel Sambuc0x3566 = 0x5581
906*36dcc4a4SLionel Sambuc0x3567 = 0x5582
907*36dcc4a4SLionel Sambuc0x3568 = 0x5586
908*36dcc4a4SLionel Sambuc0x3569 = 0x5588
909*36dcc4a4SLionel Sambuc0x356A = 0x558E
910*36dcc4a4SLionel Sambuc0x356B = 0x558F
911*36dcc4a4SLionel Sambuc0x356C = 0x5591
912*36dcc4a4SLionel Sambuc0x356D = 0x5592
913*36dcc4a4SLionel Sambuc0x356E = 0x5593
914*36dcc4a4SLionel Sambuc0x356F = 0x5594
915*36dcc4a4SLionel Sambuc0x3570 = 0x5597
916*36dcc4a4SLionel Sambuc0x3571 = 0x55A3
917*36dcc4a4SLionel Sambuc0x3572 = 0x55A4
918*36dcc4a4SLionel Sambuc0x3573 = 0x55AD
919*36dcc4a4SLionel Sambuc0x3574 = 0x55B2
920*36dcc4a4SLionel Sambuc0x3575 = 0x55BF
921*36dcc4a4SLionel Sambuc0x3576 = 0x55C1
922*36dcc4a4SLionel Sambuc0x3577 = 0x55C3
923*36dcc4a4SLionel Sambuc0x3578 = 0x55C6
924*36dcc4a4SLionel Sambuc0x3579 = 0x55C9
925*36dcc4a4SLionel Sambuc0x357A = 0x55CB
926*36dcc4a4SLionel Sambuc0x357B = 0x55CC
927*36dcc4a4SLionel Sambuc0x357C = 0x55CE
928*36dcc4a4SLionel Sambuc0x357D = 0x55D1
929*36dcc4a4SLionel Sambuc0x357E = 0x55D2
930*36dcc4a4SLionel Sambuc0x3621 = 0x55D3
931*36dcc4a4SLionel Sambuc0x3622 = 0x55D7
932*36dcc4a4SLionel Sambuc0x3623 = 0x55D8
933*36dcc4a4SLionel Sambuc0x3624 = 0x55DB
934*36dcc4a4SLionel Sambuc0x3625 = 0x55DE
935*36dcc4a4SLionel Sambuc0x3626 = 0x55E2
936*36dcc4a4SLionel Sambuc0x3627 = 0x55E9
937*36dcc4a4SLionel Sambuc0x3628 = 0x55F6
938*36dcc4a4SLionel Sambuc0x3629 = 0x55FF
939*36dcc4a4SLionel Sambuc0x362A = 0x5605
940*36dcc4a4SLionel Sambuc0x362B = 0x5608
941*36dcc4a4SLionel Sambuc0x362C = 0x560A
942*36dcc4a4SLionel Sambuc0x362D = 0x560D
943*36dcc4a4SLionel Sambuc0x362E = 0x560E
944*36dcc4a4SLionel Sambuc0x362F = 0x560F
945*36dcc4a4SLionel Sambuc0x3630 = 0x5610
946*36dcc4a4SLionel Sambuc0x3631 = 0x5611
947*36dcc4a4SLionel Sambuc0x3632 = 0x5612
948*36dcc4a4SLionel Sambuc0x3633 = 0x5619
949*36dcc4a4SLionel Sambuc0x3634 = 0x562C
950*36dcc4a4SLionel Sambuc0x3635 = 0x5630
951*36dcc4a4SLionel Sambuc0x3636 = 0x5633
952*36dcc4a4SLionel Sambuc0x3637 = 0x5635
953*36dcc4a4SLionel Sambuc0x3638 = 0x5637
954*36dcc4a4SLionel Sambuc0x3639 = 0x5639
955*36dcc4a4SLionel Sambuc0x363A = 0x563B
956*36dcc4a4SLionel Sambuc0x363B = 0x563C
957*36dcc4a4SLionel Sambuc0x363C = 0x563D
958*36dcc4a4SLionel Sambuc0x363D = 0x563F
959*36dcc4a4SLionel Sambuc0x363E = 0x5640
960*36dcc4a4SLionel Sambuc0x363F = 0x5641
961*36dcc4a4SLionel Sambuc0x3640 = 0x5643
962*36dcc4a4SLionel Sambuc0x3641 = 0x5644
963*36dcc4a4SLionel Sambuc0x3642 = 0x5646
964*36dcc4a4SLionel Sambuc0x3643 = 0x5649
965*36dcc4a4SLionel Sambuc0x3644 = 0x564B
966*36dcc4a4SLionel Sambuc0x3645 = 0x564D
967*36dcc4a4SLionel Sambuc0x3646 = 0x564F
968*36dcc4a4SLionel Sambuc0x3647 = 0x5654
969*36dcc4a4SLionel Sambuc0x3648 = 0x565E
970*36dcc4a4SLionel Sambuc0x3649 = 0x5660
971*36dcc4a4SLionel Sambuc0x364A = 0x5661
972*36dcc4a4SLionel Sambuc0x364B = 0x5662
973*36dcc4a4SLionel Sambuc0x364C = 0x5663
974*36dcc4a4SLionel Sambuc0x364D = 0x5666
975*36dcc4a4SLionel Sambuc0x364E = 0x5669
976*36dcc4a4SLionel Sambuc0x364F = 0x566D
977*36dcc4a4SLionel Sambuc0x3650 = 0x566F
978*36dcc4a4SLionel Sambuc0x3651 = 0x5671
979*36dcc4a4SLionel Sambuc0x3652 = 0x5672
980*36dcc4a4SLionel Sambuc0x3653 = 0x5675
981*36dcc4a4SLionel Sambuc0x3654 = 0x5684
982*36dcc4a4SLionel Sambuc0x3655 = 0x5685
983*36dcc4a4SLionel Sambuc0x3656 = 0x5688
984*36dcc4a4SLionel Sambuc0x3657 = 0x568B
985*36dcc4a4SLionel Sambuc0x3658 = 0x568C
986*36dcc4a4SLionel Sambuc0x3659 = 0x5695
987*36dcc4a4SLionel Sambuc0x365A = 0x5699
988*36dcc4a4SLionel Sambuc0x365B = 0x569A
989*36dcc4a4SLionel Sambuc0x365C = 0x569D
990*36dcc4a4SLionel Sambuc0x365D = 0x569E
991*36dcc4a4SLionel Sambuc0x365E = 0x569F
992*36dcc4a4SLionel Sambuc0x365F = 0x56A6
993*36dcc4a4SLionel Sambuc0x3660 = 0x56A7
994*36dcc4a4SLionel Sambuc0x3661 = 0x56A8
995*36dcc4a4SLionel Sambuc0x3662 = 0x56A9
996*36dcc4a4SLionel Sambuc0x3663 = 0x56AB
997*36dcc4a4SLionel Sambuc0x3664 = 0x56AC
998*36dcc4a4SLionel Sambuc0x3665 = 0x56AD
999*36dcc4a4SLionel Sambuc0x3666 = 0x56B1
1000*36dcc4a4SLionel Sambuc0x3667 = 0x56B3
1001*36dcc4a4SLionel Sambuc0x3668 = 0x56B7
1002*36dcc4a4SLionel Sambuc0x3669 = 0x56BE
1003*36dcc4a4SLionel Sambuc0x366A = 0x56C5
1004*36dcc4a4SLionel Sambuc0x366B = 0x56C9
1005*36dcc4a4SLionel Sambuc0x366C = 0x56CA
1006*36dcc4a4SLionel Sambuc0x366D = 0x56CB
1007*36dcc4a4SLionel Sambuc0x366E = 0x56CF
1008*36dcc4a4SLionel Sambuc0x366F = 0x56D0
1009*36dcc4a4SLionel Sambuc0x3670 = 0x56CC
1010*36dcc4a4SLionel Sambuc0x3671 = 0x56CD
1011*36dcc4a4SLionel Sambuc0x3672 = 0x56D9
1012*36dcc4a4SLionel Sambuc0x3673 = 0x56DC
1013*36dcc4a4SLionel Sambuc0x3674 = 0x56DD
1014*36dcc4a4SLionel Sambuc0x3675 = 0x56DF
1015*36dcc4a4SLionel Sambuc0x3676 = 0x56E1
1016*36dcc4a4SLionel Sambuc0x3677 = 0x56E4
1017*36dcc4a4SLionel Sambuc0x3678 = 0x56E5
1018*36dcc4a4SLionel Sambuc0x3679 = 0x56E6
1019*36dcc4a4SLionel Sambuc0x367A = 0x56E7
1020*36dcc4a4SLionel Sambuc0x367B = 0x56E8
1021*36dcc4a4SLionel Sambuc0x367C = 0x56F1
1022*36dcc4a4SLionel Sambuc0x367D = 0x56EB
1023*36dcc4a4SLionel Sambuc0x367E = 0x56ED
1024*36dcc4a4SLionel Sambuc0x3721 = 0x56F6
1025*36dcc4a4SLionel Sambuc0x3722 = 0x56F7
1026*36dcc4a4SLionel Sambuc0x3723 = 0x5701
1027*36dcc4a4SLionel Sambuc0x3724 = 0x5702
1028*36dcc4a4SLionel Sambuc0x3725 = 0x5707
1029*36dcc4a4SLionel Sambuc0x3726 = 0x570A
1030*36dcc4a4SLionel Sambuc0x3727 = 0x570C
1031*36dcc4a4SLionel Sambuc0x3728 = 0x5711
1032*36dcc4a4SLionel Sambuc0x3729 = 0x5715
1033*36dcc4a4SLionel Sambuc0x372A = 0x571A
1034*36dcc4a4SLionel Sambuc0x372B = 0x571B
1035*36dcc4a4SLionel Sambuc0x372C = 0x571D
1036*36dcc4a4SLionel Sambuc0x372D = 0x5720
1037*36dcc4a4SLionel Sambuc0x372E = 0x5722
1038*36dcc4a4SLionel Sambuc0x372F = 0x5723
1039*36dcc4a4SLionel Sambuc0x3730 = 0x5724
1040*36dcc4a4SLionel Sambuc0x3731 = 0x5725
1041*36dcc4a4SLionel Sambuc0x3732 = 0x5729
1042*36dcc4a4SLionel Sambuc0x3733 = 0x572A
1043*36dcc4a4SLionel Sambuc0x3734 = 0x572C
1044*36dcc4a4SLionel Sambuc0x3735 = 0x572E
1045*36dcc4a4SLionel Sambuc0x3736 = 0x572F
1046*36dcc4a4SLionel Sambuc0x3737 = 0x5733
1047*36dcc4a4SLionel Sambuc0x3738 = 0x5734
1048*36dcc4a4SLionel Sambuc0x3739 = 0x573D
1049*36dcc4a4SLionel Sambuc0x373A = 0x573E
1050*36dcc4a4SLionel Sambuc0x373B = 0x573F
1051*36dcc4a4SLionel Sambuc0x373C = 0x5745
1052*36dcc4a4SLionel Sambuc0x373D = 0x5746
1053*36dcc4a4SLionel Sambuc0x373E = 0x574C
1054*36dcc4a4SLionel Sambuc0x373F = 0x574D
1055*36dcc4a4SLionel Sambuc0x3740 = 0x5752
1056*36dcc4a4SLionel Sambuc0x3741 = 0x5762
1057*36dcc4a4SLionel Sambuc0x3742 = 0x5765
1058*36dcc4a4SLionel Sambuc0x3743 = 0x5767
1059*36dcc4a4SLionel Sambuc0x3744 = 0x5768
1060*36dcc4a4SLionel Sambuc0x3745 = 0x576B
1061*36dcc4a4SLionel Sambuc0x3746 = 0x576D
1062*36dcc4a4SLionel Sambuc0x3747 = 0x576E
1063*36dcc4a4SLionel Sambuc0x3748 = 0x576F
1064*36dcc4a4SLionel Sambuc0x3749 = 0x5770
1065*36dcc4a4SLionel Sambuc0x374A = 0x5771
1066*36dcc4a4SLionel Sambuc0x374B = 0x5773
1067*36dcc4a4SLionel Sambuc0x374C = 0x5774
1068*36dcc4a4SLionel Sambuc0x374D = 0x5775
1069*36dcc4a4SLionel Sambuc0x374E = 0x5777
1070*36dcc4a4SLionel Sambuc0x374F = 0x5779
1071*36dcc4a4SLionel Sambuc0x3750 = 0x577A
1072*36dcc4a4SLionel Sambuc0x3751 = 0x577B
1073*36dcc4a4SLionel Sambuc0x3752 = 0x577C
1074*36dcc4a4SLionel Sambuc0x3753 = 0x577E
1075*36dcc4a4SLionel Sambuc0x3754 = 0x5781
1076*36dcc4a4SLionel Sambuc0x3755 = 0x5783
1077*36dcc4a4SLionel Sambuc0x3756 = 0x578C
1078*36dcc4a4SLionel Sambuc0x3757 = 0x5794
1079*36dcc4a4SLionel Sambuc0x3758 = 0x5797
1080*36dcc4a4SLionel Sambuc0x3759 = 0x5799
1081*36dcc4a4SLionel Sambuc0x375A = 0x579A
1082*36dcc4a4SLionel Sambuc0x375B = 0x579C
1083*36dcc4a4SLionel Sambuc0x375C = 0x579D
1084*36dcc4a4SLionel Sambuc0x375D = 0x579E
1085*36dcc4a4SLionel Sambuc0x375E = 0x579F
1086*36dcc4a4SLionel Sambuc0x375F = 0x57A1
1087*36dcc4a4SLionel Sambuc0x3760 = 0x5795
1088*36dcc4a4SLionel Sambuc0x3761 = 0x57A7
1089*36dcc4a4SLionel Sambuc0x3762 = 0x57A8
1090*36dcc4a4SLionel Sambuc0x3763 = 0x57A9
1091*36dcc4a4SLionel Sambuc0x3764 = 0x57AC
1092*36dcc4a4SLionel Sambuc0x3765 = 0x57B8
1093*36dcc4a4SLionel Sambuc0x3766 = 0x57BD
1094*36dcc4a4SLionel Sambuc0x3767 = 0x57C7
1095*36dcc4a4SLionel Sambuc0x3768 = 0x57C8
1096*36dcc4a4SLionel Sambuc0x3769 = 0x57CC
1097*36dcc4a4SLionel Sambuc0x376A = 0x57CF
1098*36dcc4a4SLionel Sambuc0x376B = 0x57D5
1099*36dcc4a4SLionel Sambuc0x376C = 0x57DD
1100*36dcc4a4SLionel Sambuc0x376D = 0x57DE
1101*36dcc4a4SLionel Sambuc0x376E = 0x57E4
1102*36dcc4a4SLionel Sambuc0x376F = 0x57E6
1103*36dcc4a4SLionel Sambuc0x3770 = 0x57E7
1104*36dcc4a4SLionel Sambuc0x3771 = 0x57E9
1105*36dcc4a4SLionel Sambuc0x3772 = 0x57ED
1106*36dcc4a4SLionel Sambuc0x3773 = 0x57F0
1107*36dcc4a4SLionel Sambuc0x3774 = 0x57F5
1108*36dcc4a4SLionel Sambuc0x3775 = 0x57F6
1109*36dcc4a4SLionel Sambuc0x3776 = 0x57F8
1110*36dcc4a4SLionel Sambuc0x3777 = 0x57FD
1111*36dcc4a4SLionel Sambuc0x3778 = 0x57FE
1112*36dcc4a4SLionel Sambuc0x3779 = 0x57FF
1113*36dcc4a4SLionel Sambuc0x377A = 0x5803
1114*36dcc4a4SLionel Sambuc0x377B = 0x5804
1115*36dcc4a4SLionel Sambuc0x377C = 0x5808
1116*36dcc4a4SLionel Sambuc0x377D = 0x5809
1117*36dcc4a4SLionel Sambuc0x377E = 0x57E1
1118*36dcc4a4SLionel Sambuc0x3821 = 0x580C
1119*36dcc4a4SLionel Sambuc0x3822 = 0x580D
1120*36dcc4a4SLionel Sambuc0x3823 = 0x581B
1121*36dcc4a4SLionel Sambuc0x3824 = 0x581E
1122*36dcc4a4SLionel Sambuc0x3825 = 0x581F
1123*36dcc4a4SLionel Sambuc0x3826 = 0x5820
1124*36dcc4a4SLionel Sambuc0x3827 = 0x5826
1125*36dcc4a4SLionel Sambuc0x3828 = 0x5827
1126*36dcc4a4SLionel Sambuc0x3829 = 0x582D
1127*36dcc4a4SLionel Sambuc0x382A = 0x5832
1128*36dcc4a4SLionel Sambuc0x382B = 0x5839
1129*36dcc4a4SLionel Sambuc0x382C = 0x583F
1130*36dcc4a4SLionel Sambuc0x382D = 0x5849
1131*36dcc4a4SLionel Sambuc0x382E = 0x584C
1132*36dcc4a4SLionel Sambuc0x382F = 0x584D
1133*36dcc4a4SLionel Sambuc0x3830 = 0x584F
1134*36dcc4a4SLionel Sambuc0x3831 = 0x5850
1135*36dcc4a4SLionel Sambuc0x3832 = 0x5855
1136*36dcc4a4SLionel Sambuc0x3833 = 0x585F
1137*36dcc4a4SLionel Sambuc0x3834 = 0x5861
1138*36dcc4a4SLionel Sambuc0x3835 = 0x5864
1139*36dcc4a4SLionel Sambuc0x3836 = 0x5867
1140*36dcc4a4SLionel Sambuc0x3837 = 0x5868
1141*36dcc4a4SLionel Sambuc0x3838 = 0x5878
1142*36dcc4a4SLionel Sambuc0x3839 = 0x587C
1143*36dcc4a4SLionel Sambuc0x383A = 0x587F
1144*36dcc4a4SLionel Sambuc0x383B = 0x5880
1145*36dcc4a4SLionel Sambuc0x383C = 0x5881
1146*36dcc4a4SLionel Sambuc0x383D = 0x5887
1147*36dcc4a4SLionel Sambuc0x383E = 0x5888
1148*36dcc4a4SLionel Sambuc0x383F = 0x5889
1149*36dcc4a4SLionel Sambuc0x3840 = 0x588A
1150*36dcc4a4SLionel Sambuc0x3841 = 0x588C
1151*36dcc4a4SLionel Sambuc0x3842 = 0x588D
1152*36dcc4a4SLionel Sambuc0x3843 = 0x588F
1153*36dcc4a4SLionel Sambuc0x3844 = 0x5890
1154*36dcc4a4SLionel Sambuc0x3845 = 0x5894
1155*36dcc4a4SLionel Sambuc0x3846 = 0x5896
1156*36dcc4a4SLionel Sambuc0x3847 = 0x589D
1157*36dcc4a4SLionel Sambuc0x3848 = 0x58A0
1158*36dcc4a4SLionel Sambuc0x3849 = 0x58A1
1159*36dcc4a4SLionel Sambuc0x384A = 0x58A2
1160*36dcc4a4SLionel Sambuc0x384B = 0x58A6
1161*36dcc4a4SLionel Sambuc0x384C = 0x58A9
1162*36dcc4a4SLionel Sambuc0x384D = 0x58B1
1163*36dcc4a4SLionel Sambuc0x384E = 0x58B2
1164*36dcc4a4SLionel Sambuc0x384F = 0x58C4
1165*36dcc4a4SLionel Sambuc0x3850 = 0x58BC
1166*36dcc4a4SLionel Sambuc0x3851 = 0x58C2
1167*36dcc4a4SLionel Sambuc0x3852 = 0x58C8
1168*36dcc4a4SLionel Sambuc0x3853 = 0x58CD
1169*36dcc4a4SLionel Sambuc0x3854 = 0x58CE
1170*36dcc4a4SLionel Sambuc0x3855 = 0x58D0
1171*36dcc4a4SLionel Sambuc0x3856 = 0x58D2
1172*36dcc4a4SLionel Sambuc0x3857 = 0x58D4
1173*36dcc4a4SLionel Sambuc0x3858 = 0x58D6
1174*36dcc4a4SLionel Sambuc0x3859 = 0x58DA
1175*36dcc4a4SLionel Sambuc0x385A = 0x58DD
1176*36dcc4a4SLionel Sambuc0x385B = 0x58E1
1177*36dcc4a4SLionel Sambuc0x385C = 0x58E2
1178*36dcc4a4SLionel Sambuc0x385D = 0x58E9
1179*36dcc4a4SLionel Sambuc0x385E = 0x58F3
1180*36dcc4a4SLionel Sambuc0x385F = 0x5905
1181*36dcc4a4SLionel Sambuc0x3860 = 0x5906
1182*36dcc4a4SLionel Sambuc0x3861 = 0x590B
1183*36dcc4a4SLionel Sambuc0x3862 = 0x590C
1184*36dcc4a4SLionel Sambuc0x3863 = 0x5912
1185*36dcc4a4SLionel Sambuc0x3864 = 0x5913
1186*36dcc4a4SLionel Sambuc0x3865 = 0x5914
1187*36dcc4a4SLionel Sambuc0x3866 = 0x8641
1188*36dcc4a4SLionel Sambuc0x3867 = 0x591D
1189*36dcc4a4SLionel Sambuc0x3868 = 0x5921
1190*36dcc4a4SLionel Sambuc0x3869 = 0x5923
1191*36dcc4a4SLionel Sambuc0x386A = 0x5924
1192*36dcc4a4SLionel Sambuc0x386B = 0x5928
1193*36dcc4a4SLionel Sambuc0x386C = 0x592F
1194*36dcc4a4SLionel Sambuc0x386D = 0x5930
1195*36dcc4a4SLionel Sambuc0x386E = 0x5933
1196*36dcc4a4SLionel Sambuc0x386F = 0x5935
1197*36dcc4a4SLionel Sambuc0x3870 = 0x5936
1198*36dcc4a4SLionel Sambuc0x3871 = 0x593F
1199*36dcc4a4SLionel Sambuc0x3872 = 0x5943
1200*36dcc4a4SLionel Sambuc0x3873 = 0x5946
1201*36dcc4a4SLionel Sambuc0x3874 = 0x5952
1202*36dcc4a4SLionel Sambuc0x3875 = 0x5953
1203*36dcc4a4SLionel Sambuc0x3876 = 0x5959
1204*36dcc4a4SLionel Sambuc0x3877 = 0x595B
1205*36dcc4a4SLionel Sambuc0x3878 = 0x595D
1206*36dcc4a4SLionel Sambuc0x3879 = 0x595E
1207*36dcc4a4SLionel Sambuc0x387A = 0x595F
1208*36dcc4a4SLionel Sambuc0x387B = 0x5961
1209*36dcc4a4SLionel Sambuc0x387C = 0x5963
1210*36dcc4a4SLionel Sambuc0x387D = 0x596B
1211*36dcc4a4SLionel Sambuc0x387E = 0x596D
1212*36dcc4a4SLionel Sambuc0x3921 = 0x596F
1213*36dcc4a4SLionel Sambuc0x3922 = 0x5972
1214*36dcc4a4SLionel Sambuc0x3923 = 0x5975
1215*36dcc4a4SLionel Sambuc0x3924 = 0x5976
1216*36dcc4a4SLionel Sambuc0x3925 = 0x5979
1217*36dcc4a4SLionel Sambuc0x3926 = 0x597B
1218*36dcc4a4SLionel Sambuc0x3927 = 0x597C
1219*36dcc4a4SLionel Sambuc0x3928 = 0x598B
1220*36dcc4a4SLionel Sambuc0x3929 = 0x598C
1221*36dcc4a4SLionel Sambuc0x392A = 0x598E
1222*36dcc4a4SLionel Sambuc0x392B = 0x5992
1223*36dcc4a4SLionel Sambuc0x392C = 0x5995
1224*36dcc4a4SLionel Sambuc0x392D = 0x5997
1225*36dcc4a4SLionel Sambuc0x392E = 0x599F
1226*36dcc4a4SLionel Sambuc0x392F = 0x59A4
1227*36dcc4a4SLionel Sambuc0x3930 = 0x59A7
1228*36dcc4a4SLionel Sambuc0x3931 = 0x59AD
1229*36dcc4a4SLionel Sambuc0x3932 = 0x59AE
1230*36dcc4a4SLionel Sambuc0x3933 = 0x59AF
1231*36dcc4a4SLionel Sambuc0x3934 = 0x59B0
1232*36dcc4a4SLionel Sambuc0x3935 = 0x59B3
1233*36dcc4a4SLionel Sambuc0x3936 = 0x59B7
1234*36dcc4a4SLionel Sambuc0x3937 = 0x59BA
1235*36dcc4a4SLionel Sambuc0x3938 = 0x59BC
1236*36dcc4a4SLionel Sambuc0x3939 = 0x59C1
1237*36dcc4a4SLionel Sambuc0x393A = 0x59C3
1238*36dcc4a4SLionel Sambuc0x393B = 0x59C4
1239*36dcc4a4SLionel Sambuc0x393C = 0x59C8
1240*36dcc4a4SLionel Sambuc0x393D = 0x59CA
1241*36dcc4a4SLionel Sambuc0x393E = 0x59CD
1242*36dcc4a4SLionel Sambuc0x393F = 0x59D2
1243*36dcc4a4SLionel Sambuc0x3940 = 0x59DD
1244*36dcc4a4SLionel Sambuc0x3941 = 0x59DE
1245*36dcc4a4SLionel Sambuc0x3942 = 0x59DF
1246*36dcc4a4SLionel Sambuc0x3943 = 0x59E3
1247*36dcc4a4SLionel Sambuc0x3944 = 0x59E4
1248*36dcc4a4SLionel Sambuc0x3945 = 0x59E7
1249*36dcc4a4SLionel Sambuc0x3946 = 0x59EE
1250*36dcc4a4SLionel Sambuc0x3947 = 0x59EF
1251*36dcc4a4SLionel Sambuc0x3948 = 0x59F1
1252*36dcc4a4SLionel Sambuc0x3949 = 0x59F2
1253*36dcc4a4SLionel Sambuc0x394A = 0x59F4
1254*36dcc4a4SLionel Sambuc0x394B = 0x59F7
1255*36dcc4a4SLionel Sambuc0x394C = 0x5A00
1256*36dcc4a4SLionel Sambuc0x394D = 0x5A04
1257*36dcc4a4SLionel Sambuc0x394E = 0x5A0C
1258*36dcc4a4SLionel Sambuc0x394F = 0x5A0D
1259*36dcc4a4SLionel Sambuc0x3950 = 0x5A0E
1260*36dcc4a4SLionel Sambuc0x3951 = 0x5A12
1261*36dcc4a4SLionel Sambuc0x3952 = 0x5A13
1262*36dcc4a4SLionel Sambuc0x3953 = 0x5A1E
1263*36dcc4a4SLionel Sambuc0x3954 = 0x5A23
1264*36dcc4a4SLionel Sambuc0x3955 = 0x5A24
1265*36dcc4a4SLionel Sambuc0x3956 = 0x5A27
1266*36dcc4a4SLionel Sambuc0x3957 = 0x5A28
1267*36dcc4a4SLionel Sambuc0x3958 = 0x5A2A
1268*36dcc4a4SLionel Sambuc0x3959 = 0x5A2D
1269*36dcc4a4SLionel Sambuc0x395A = 0x5A30
1270*36dcc4a4SLionel Sambuc0x395B = 0x5A44
1271*36dcc4a4SLionel Sambuc0x395C = 0x5A45
1272*36dcc4a4SLionel Sambuc0x395D = 0x5A47
1273*36dcc4a4SLionel Sambuc0x395E = 0x5A48
1274*36dcc4a4SLionel Sambuc0x395F = 0x5A4C
1275*36dcc4a4SLionel Sambuc0x3960 = 0x5A50
1276*36dcc4a4SLionel Sambuc0x3961 = 0x5A55
1277*36dcc4a4SLionel Sambuc0x3962 = 0x5A5E
1278*36dcc4a4SLionel Sambuc0x3963 = 0x5A63
1279*36dcc4a4SLionel Sambuc0x3964 = 0x5A65
1280*36dcc4a4SLionel Sambuc0x3965 = 0x5A67
1281*36dcc4a4SLionel Sambuc0x3966 = 0x5A6D
1282*36dcc4a4SLionel Sambuc0x3967 = 0x5A77
1283*36dcc4a4SLionel Sambuc0x3968 = 0x5A7A
1284*36dcc4a4SLionel Sambuc0x3969 = 0x5A7B
1285*36dcc4a4SLionel Sambuc0x396A = 0x5A7E
1286*36dcc4a4SLionel Sambuc0x396B = 0x5A8B
1287*36dcc4a4SLionel Sambuc0x396C = 0x5A90
1288*36dcc4a4SLionel Sambuc0x396D = 0x5A93
1289*36dcc4a4SLionel Sambuc0x396E = 0x5A96
1290*36dcc4a4SLionel Sambuc0x396F = 0x5A99
1291*36dcc4a4SLionel Sambuc0x3970 = 0x5A9C
1292*36dcc4a4SLionel Sambuc0x3971 = 0x5A9E
1293*36dcc4a4SLionel Sambuc0x3972 = 0x5A9F
1294*36dcc4a4SLionel Sambuc0x3973 = 0x5AA0
1295*36dcc4a4SLionel Sambuc0x3974 = 0x5AA2
1296*36dcc4a4SLionel Sambuc0x3975 = 0x5AA7
1297*36dcc4a4SLionel Sambuc0x3976 = 0x5AAC
1298*36dcc4a4SLionel Sambuc0x3977 = 0x5AB1
1299*36dcc4a4SLionel Sambuc0x3978 = 0x5AB2
1300*36dcc4a4SLionel Sambuc0x3979 = 0x5AB3
1301*36dcc4a4SLionel Sambuc0x397A = 0x5AB5
1302*36dcc4a4SLionel Sambuc0x397B = 0x5AB8
1303*36dcc4a4SLionel Sambuc0x397C = 0x5ABA
1304*36dcc4a4SLionel Sambuc0x397D = 0x5ABB
1305*36dcc4a4SLionel Sambuc0x397E = 0x5ABF
1306*36dcc4a4SLionel Sambuc0x3A21 = 0x5AC4
1307*36dcc4a4SLionel Sambuc0x3A22 = 0x5AC6
1308*36dcc4a4SLionel Sambuc0x3A23 = 0x5AC8
1309*36dcc4a4SLionel Sambuc0x3A24 = 0x5ACF
1310*36dcc4a4SLionel Sambuc0x3A25 = 0x5ADA
1311*36dcc4a4SLionel Sambuc0x3A26 = 0x5ADC
1312*36dcc4a4SLionel Sambuc0x3A27 = 0x5AE0
1313*36dcc4a4SLionel Sambuc0x3A28 = 0x5AE5
1314*36dcc4a4SLionel Sambuc0x3A29 = 0x5AEA
1315*36dcc4a4SLionel Sambuc0x3A2A = 0x5AEE
1316*36dcc4a4SLionel Sambuc0x3A2B = 0x5AF5
1317*36dcc4a4SLionel Sambuc0x3A2C = 0x5AF6
1318*36dcc4a4SLionel Sambuc0x3A2D = 0x5AFD
1319*36dcc4a4SLionel Sambuc0x3A2E = 0x5B00
1320*36dcc4a4SLionel Sambuc0x3A2F = 0x5B01
1321*36dcc4a4SLionel Sambuc0x3A30 = 0x5B08
1322*36dcc4a4SLionel Sambuc0x3A31 = 0x5B17
1323*36dcc4a4SLionel Sambuc0x3A32 = 0x5B34
1324*36dcc4a4SLionel Sambuc0x3A33 = 0x5B19
1325*36dcc4a4SLionel Sambuc0x3A34 = 0x5B1B
1326*36dcc4a4SLionel Sambuc0x3A35 = 0x5B1D
1327*36dcc4a4SLionel Sambuc0x3A36 = 0x5B21
1328*36dcc4a4SLionel Sambuc0x3A37 = 0x5B25
1329*36dcc4a4SLionel Sambuc0x3A38 = 0x5B2D
1330*36dcc4a4SLionel Sambuc0x3A39 = 0x5B38
1331*36dcc4a4SLionel Sambuc0x3A3A = 0x5B41
1332*36dcc4a4SLionel Sambuc0x3A3B = 0x5B4B
1333*36dcc4a4SLionel Sambuc0x3A3C = 0x5B4C
1334*36dcc4a4SLionel Sambuc0x3A3D = 0x5B52
1335*36dcc4a4SLionel Sambuc0x3A3E = 0x5B56
1336*36dcc4a4SLionel Sambuc0x3A3F = 0x5B5E
1337*36dcc4a4SLionel Sambuc0x3A40 = 0x5B68
1338*36dcc4a4SLionel Sambuc0x3A41 = 0x5B6E
1339*36dcc4a4SLionel Sambuc0x3A42 = 0x5B6F
1340*36dcc4a4SLionel Sambuc0x3A43 = 0x5B7C
1341*36dcc4a4SLionel Sambuc0x3A44 = 0x5B7D
1342*36dcc4a4SLionel Sambuc0x3A45 = 0x5B7E
1343*36dcc4a4SLionel Sambuc0x3A46 = 0x5B7F
1344*36dcc4a4SLionel Sambuc0x3A47 = 0x5B81
1345*36dcc4a4SLionel Sambuc0x3A48 = 0x5B84
1346*36dcc4a4SLionel Sambuc0x3A49 = 0x5B86
1347*36dcc4a4SLionel Sambuc0x3A4A = 0x5B8A
1348*36dcc4a4SLionel Sambuc0x3A4B = 0x5B8E
1349*36dcc4a4SLionel Sambuc0x3A4C = 0x5B90
1350*36dcc4a4SLionel Sambuc0x3A4D = 0x5B91
1351*36dcc4a4SLionel Sambuc0x3A4E = 0x5B93
1352*36dcc4a4SLionel Sambuc0x3A4F = 0x5B94
1353*36dcc4a4SLionel Sambuc0x3A50 = 0x5B96
1354*36dcc4a4SLionel Sambuc0x3A51 = 0x5BA8
1355*36dcc4a4SLionel Sambuc0x3A52 = 0x5BA9
1356*36dcc4a4SLionel Sambuc0x3A53 = 0x5BAC
1357*36dcc4a4SLionel Sambuc0x3A54 = 0x5BAD
1358*36dcc4a4SLionel Sambuc0x3A55 = 0x5BAF
1359*36dcc4a4SLionel Sambuc0x3A56 = 0x5BB1
1360*36dcc4a4SLionel Sambuc0x3A57 = 0x5BB2
1361*36dcc4a4SLionel Sambuc0x3A58 = 0x5BB7
1362*36dcc4a4SLionel Sambuc0x3A59 = 0x5BBA
1363*36dcc4a4SLionel Sambuc0x3A5A = 0x5BBC
1364*36dcc4a4SLionel Sambuc0x3A5B = 0x5BC0
1365*36dcc4a4SLionel Sambuc0x3A5C = 0x5BC1
1366*36dcc4a4SLionel Sambuc0x3A5D = 0x5BCD
1367*36dcc4a4SLionel Sambuc0x3A5E = 0x5BCF
1368*36dcc4a4SLionel Sambuc0x3A5F = 0x5BD6
1369*36dcc4a4SLionel Sambuc0x3A60 = 0x5BD7
1370*36dcc4a4SLionel Sambuc0x3A61 = 0x5BD8
1371*36dcc4a4SLionel Sambuc0x3A62 = 0x5BD9
1372*36dcc4a4SLionel Sambuc0x3A63 = 0x5BDA
1373*36dcc4a4SLionel Sambuc0x3A64 = 0x5BE0
1374*36dcc4a4SLionel Sambuc0x3A65 = 0x5BEF
1375*36dcc4a4SLionel Sambuc0x3A66 = 0x5BF1
1376*36dcc4a4SLionel Sambuc0x3A67 = 0x5BF4
1377*36dcc4a4SLionel Sambuc0x3A68 = 0x5BFD
1378*36dcc4a4SLionel Sambuc0x3A69 = 0x5C0C
1379*36dcc4a4SLionel Sambuc0x3A6A = 0x5C17
1380*36dcc4a4SLionel Sambuc0x3A6B = 0x5C1E
1381*36dcc4a4SLionel Sambuc0x3A6C = 0x5C1F
1382*36dcc4a4SLionel Sambuc0x3A6D = 0x5C23
1383*36dcc4a4SLionel Sambuc0x3A6E = 0x5C26
1384*36dcc4a4SLionel Sambuc0x3A6F = 0x5C29
1385*36dcc4a4SLionel Sambuc0x3A70 = 0x5C2B
1386*36dcc4a4SLionel Sambuc0x3A71 = 0x5C2C
1387*36dcc4a4SLionel Sambuc0x3A72 = 0x5C2E
1388*36dcc4a4SLionel Sambuc0x3A73 = 0x5C30
1389*36dcc4a4SLionel Sambuc0x3A74 = 0x5C32
1390*36dcc4a4SLionel Sambuc0x3A75 = 0x5C35
1391*36dcc4a4SLionel Sambuc0x3A76 = 0x5C36
1392*36dcc4a4SLionel Sambuc0x3A77 = 0x5C59
1393*36dcc4a4SLionel Sambuc0x3A78 = 0x5C5A
1394*36dcc4a4SLionel Sambuc0x3A79 = 0x5C5C
1395*36dcc4a4SLionel Sambuc0x3A7A = 0x5C62
1396*36dcc4a4SLionel Sambuc0x3A7B = 0x5C63
1397*36dcc4a4SLionel Sambuc0x3A7C = 0x5C67
1398*36dcc4a4SLionel Sambuc0x3A7D = 0x5C68
1399*36dcc4a4SLionel Sambuc0x3A7E = 0x5C69
1400*36dcc4a4SLionel Sambuc0x3B21 = 0x5C6D
1401*36dcc4a4SLionel Sambuc0x3B22 = 0x5C70
1402*36dcc4a4SLionel Sambuc0x3B23 = 0x5C74
1403*36dcc4a4SLionel Sambuc0x3B24 = 0x5C75
1404*36dcc4a4SLionel Sambuc0x3B25 = 0x5C7A
1405*36dcc4a4SLionel Sambuc0x3B26 = 0x5C7B
1406*36dcc4a4SLionel Sambuc0x3B27 = 0x5C7C
1407*36dcc4a4SLionel Sambuc0x3B28 = 0x5C7D
1408*36dcc4a4SLionel Sambuc0x3B29 = 0x5C87
1409*36dcc4a4SLionel Sambuc0x3B2A = 0x5C88
1410*36dcc4a4SLionel Sambuc0x3B2B = 0x5C8A
1411*36dcc4a4SLionel Sambuc0x3B2C = 0x5C8F
1412*36dcc4a4SLionel Sambuc0x3B2D = 0x5C92
1413*36dcc4a4SLionel Sambuc0x3B2E = 0x5C9D
1414*36dcc4a4SLionel Sambuc0x3B2F = 0x5C9F
1415*36dcc4a4SLionel Sambuc0x3B30 = 0x5CA0
1416*36dcc4a4SLionel Sambuc0x3B31 = 0x5CA2
1417*36dcc4a4SLionel Sambuc0x3B32 = 0x5CA3
1418*36dcc4a4SLionel Sambuc0x3B33 = 0x5CA6
1419*36dcc4a4SLionel Sambuc0x3B34 = 0x5CAA
1420*36dcc4a4SLionel Sambuc0x3B35 = 0x5CB2
1421*36dcc4a4SLionel Sambuc0x3B36 = 0x5CB4
1422*36dcc4a4SLionel Sambuc0x3B37 = 0x5CB5
1423*36dcc4a4SLionel Sambuc0x3B38 = 0x5CBA
1424*36dcc4a4SLionel Sambuc0x3B39 = 0x5CC9
1425*36dcc4a4SLionel Sambuc0x3B3A = 0x5CCB
1426*36dcc4a4SLionel Sambuc0x3B3B = 0x5CD2
1427*36dcc4a4SLionel Sambuc0x3B3C = 0x5CDD
1428*36dcc4a4SLionel Sambuc0x3B3D = 0x5CD7
1429*36dcc4a4SLionel Sambuc0x3B3E = 0x5CEE
1430*36dcc4a4SLionel Sambuc0x3B3F = 0x5CF1
1431*36dcc4a4SLionel Sambuc0x3B40 = 0x5CF2
1432*36dcc4a4SLionel Sambuc0x3B41 = 0x5CF4
1433*36dcc4a4SLionel Sambuc0x3B42 = 0x5D01
1434*36dcc4a4SLionel Sambuc0x3B43 = 0x5D06
1435*36dcc4a4SLionel Sambuc0x3B44 = 0x5D0D
1436*36dcc4a4SLionel Sambuc0x3B45 = 0x5D12
1437*36dcc4a4SLionel Sambuc0x3B46 = 0x5D2B
1438*36dcc4a4SLionel Sambuc0x3B47 = 0x5D23
1439*36dcc4a4SLionel Sambuc0x3B48 = 0x5D24
1440*36dcc4a4SLionel Sambuc0x3B49 = 0x5D26
1441*36dcc4a4SLionel Sambuc0x3B4A = 0x5D27
1442*36dcc4a4SLionel Sambuc0x3B4B = 0x5D31
1443*36dcc4a4SLionel Sambuc0x3B4C = 0x5D34
1444*36dcc4a4SLionel Sambuc0x3B4D = 0x5D39
1445*36dcc4a4SLionel Sambuc0x3B4E = 0x5D3D
1446*36dcc4a4SLionel Sambuc0x3B4F = 0x5D3F
1447*36dcc4a4SLionel Sambuc0x3B50 = 0x5D42
1448*36dcc4a4SLionel Sambuc0x3B51 = 0x5D43
1449*36dcc4a4SLionel Sambuc0x3B52 = 0x5D46
1450*36dcc4a4SLionel Sambuc0x3B53 = 0x5D48
1451*36dcc4a4SLionel Sambuc0x3B54 = 0x5D55
1452*36dcc4a4SLionel Sambuc0x3B55 = 0x5D51
1453*36dcc4a4SLionel Sambuc0x3B56 = 0x5D59
1454*36dcc4a4SLionel Sambuc0x3B57 = 0x5D4A
1455*36dcc4a4SLionel Sambuc0x3B58 = 0x5D5F
1456*36dcc4a4SLionel Sambuc0x3B59 = 0x5D60
1457*36dcc4a4SLionel Sambuc0x3B5A = 0x5D61
1458*36dcc4a4SLionel Sambuc0x3B5B = 0x5D62
1459*36dcc4a4SLionel Sambuc0x3B5C = 0x5D64
1460*36dcc4a4SLionel Sambuc0x3B5D = 0x5D6A
1461*36dcc4a4SLionel Sambuc0x3B5E = 0x5D6D
1462*36dcc4a4SLionel Sambuc0x3B5F = 0x5D70
1463*36dcc4a4SLionel Sambuc0x3B60 = 0x5D79
1464*36dcc4a4SLionel Sambuc0x3B61 = 0x5D7A
1465*36dcc4a4SLionel Sambuc0x3B62 = 0x5D7E
1466*36dcc4a4SLionel Sambuc0x3B63 = 0x5D7F
1467*36dcc4a4SLionel Sambuc0x3B64 = 0x5D81
1468*36dcc4a4SLionel Sambuc0x3B65 = 0x5D83
1469*36dcc4a4SLionel Sambuc0x3B66 = 0x5D88
1470*36dcc4a4SLionel Sambuc0x3B67 = 0x5D8A
1471*36dcc4a4SLionel Sambuc0x3B68 = 0x5D92
1472*36dcc4a4SLionel Sambuc0x3B69 = 0x5D93
1473*36dcc4a4SLionel Sambuc0x3B6A = 0x5D94
1474*36dcc4a4SLionel Sambuc0x3B6B = 0x5D95
1475*36dcc4a4SLionel Sambuc0x3B6C = 0x5D99
1476*36dcc4a4SLionel Sambuc0x3B6D = 0x5D9B
1477*36dcc4a4SLionel Sambuc0x3B6E = 0x5D9F
1478*36dcc4a4SLionel Sambuc0x3B6F = 0x5DA0
1479*36dcc4a4SLionel Sambuc0x3B70 = 0x5DA7
1480*36dcc4a4SLionel Sambuc0x3B71 = 0x5DAB
1481*36dcc4a4SLionel Sambuc0x3B72 = 0x5DB0
1482*36dcc4a4SLionel Sambuc0x3B73 = 0x5DB4
1483*36dcc4a4SLionel Sambuc0x3B74 = 0x5DB8
1484*36dcc4a4SLionel Sambuc0x3B75 = 0x5DB9
1485*36dcc4a4SLionel Sambuc0x3B76 = 0x5DC3
1486*36dcc4a4SLionel Sambuc0x3B77 = 0x5DC7
1487*36dcc4a4SLionel Sambuc0x3B78 = 0x5DCB
1488*36dcc4a4SLionel Sambuc0x3B79 = 0x5DD0
1489*36dcc4a4SLionel Sambuc0x3B7A = 0x5DCE
1490*36dcc4a4SLionel Sambuc0x3B7B = 0x5DD8
1491*36dcc4a4SLionel Sambuc0x3B7C = 0x5DD9
1492*36dcc4a4SLionel Sambuc0x3B7D = 0x5DE0
1493*36dcc4a4SLionel Sambuc0x3B7E = 0x5DE4
1494*36dcc4a4SLionel Sambuc0x3C21 = 0x5DE9
1495*36dcc4a4SLionel Sambuc0x3C22 = 0x5DF8
1496*36dcc4a4SLionel Sambuc0x3C23 = 0x5DF9
1497*36dcc4a4SLionel Sambuc0x3C24 = 0x5E00
1498*36dcc4a4SLionel Sambuc0x3C25 = 0x5E07
1499*36dcc4a4SLionel Sambuc0x3C26 = 0x5E0D
1500*36dcc4a4SLionel Sambuc0x3C27 = 0x5E12
1501*36dcc4a4SLionel Sambuc0x3C28 = 0x5E14
1502*36dcc4a4SLionel Sambuc0x3C29 = 0x5E15
1503*36dcc4a4SLionel Sambuc0x3C2A = 0x5E18
1504*36dcc4a4SLionel Sambuc0x3C2B = 0x5E1F
1505*36dcc4a4SLionel Sambuc0x3C2C = 0x5E20
1506*36dcc4a4SLionel Sambuc0x3C2D = 0x5E2E
1507*36dcc4a4SLionel Sambuc0x3C2E = 0x5E28
1508*36dcc4a4SLionel Sambuc0x3C2F = 0x5E32
1509*36dcc4a4SLionel Sambuc0x3C30 = 0x5E35
1510*36dcc4a4SLionel Sambuc0x3C31 = 0x5E3E
1511*36dcc4a4SLionel Sambuc0x3C32 = 0x5E4B
1512*36dcc4a4SLionel Sambuc0x3C33 = 0x5E50
1513*36dcc4a4SLionel Sambuc0x3C34 = 0x5E49
1514*36dcc4a4SLionel Sambuc0x3C35 = 0x5E51
1515*36dcc4a4SLionel Sambuc0x3C36 = 0x5E56
1516*36dcc4a4SLionel Sambuc0x3C37 = 0x5E58
1517*36dcc4a4SLionel Sambuc0x3C38 = 0x5E5B
1518*36dcc4a4SLionel Sambuc0x3C39 = 0x5E5C
1519*36dcc4a4SLionel Sambuc0x3C3A = 0x5E5E
1520*36dcc4a4SLionel Sambuc0x3C3B = 0x5E68
1521*36dcc4a4SLionel Sambuc0x3C3C = 0x5E6A
1522*36dcc4a4SLionel Sambuc0x3C3D = 0x5E6B
1523*36dcc4a4SLionel Sambuc0x3C3E = 0x5E6C
1524*36dcc4a4SLionel Sambuc0x3C3F = 0x5E6D
1525*36dcc4a4SLionel Sambuc0x3C40 = 0x5E6E
1526*36dcc4a4SLionel Sambuc0x3C41 = 0x5E70
1527*36dcc4a4SLionel Sambuc0x3C42 = 0x5E80
1528*36dcc4a4SLionel Sambuc0x3C43 = 0x5E8B
1529*36dcc4a4SLionel Sambuc0x3C44 = 0x5E8E
1530*36dcc4a4SLionel Sambuc0x3C45 = 0x5EA2
1531*36dcc4a4SLionel Sambuc0x3C46 = 0x5EA4
1532*36dcc4a4SLionel Sambuc0x3C47 = 0x5EA5
1533*36dcc4a4SLionel Sambuc0x3C48 = 0x5EA8
1534*36dcc4a4SLionel Sambuc0x3C49 = 0x5EAA
1535*36dcc4a4SLionel Sambuc0x3C4A = 0x5EAC
1536*36dcc4a4SLionel Sambuc0x3C4B = 0x5EB1
1537*36dcc4a4SLionel Sambuc0x3C4C = 0x5EB3
1538*36dcc4a4SLionel Sambuc0x3C4D = 0x5EBD
1539*36dcc4a4SLionel Sambuc0x3C4E = 0x5EBE
1540*36dcc4a4SLionel Sambuc0x3C4F = 0x5EBF
1541*36dcc4a4SLionel Sambuc0x3C50 = 0x5EC6
1542*36dcc4a4SLionel Sambuc0x3C51 = 0x5ECC
1543*36dcc4a4SLionel Sambuc0x3C52 = 0x5ECB
1544*36dcc4a4SLionel Sambuc0x3C53 = 0x5ECE
1545*36dcc4a4SLionel Sambuc0x3C54 = 0x5ED1
1546*36dcc4a4SLionel Sambuc0x3C55 = 0x5ED2
1547*36dcc4a4SLionel Sambuc0x3C56 = 0x5ED4
1548*36dcc4a4SLionel Sambuc0x3C57 = 0x5ED5
1549*36dcc4a4SLionel Sambuc0x3C58 = 0x5EDC
1550*36dcc4a4SLionel Sambuc0x3C59 = 0x5EDE
1551*36dcc4a4SLionel Sambuc0x3C5A = 0x5EE5
1552*36dcc4a4SLionel Sambuc0x3C5B = 0x5EEB
1553*36dcc4a4SLionel Sambuc0x3C5C = 0x5F02
1554*36dcc4a4SLionel Sambuc0x3C5D = 0x5F06
1555*36dcc4a4SLionel Sambuc0x3C5E = 0x5F07
1556*36dcc4a4SLionel Sambuc0x3C5F = 0x5F08
1557*36dcc4a4SLionel Sambuc0x3C60 = 0x5F0E
1558*36dcc4a4SLionel Sambuc0x3C61 = 0x5F19
1559*36dcc4a4SLionel Sambuc0x3C62 = 0x5F1C
1560*36dcc4a4SLionel Sambuc0x3C63 = 0x5F1D
1561*36dcc4a4SLionel Sambuc0x3C64 = 0x5F21
1562*36dcc4a4SLionel Sambuc0x3C65 = 0x5F22
1563*36dcc4a4SLionel Sambuc0x3C66 = 0x5F23
1564*36dcc4a4SLionel Sambuc0x3C67 = 0x5F24
1565*36dcc4a4SLionel Sambuc0x3C68 = 0x5F28
1566*36dcc4a4SLionel Sambuc0x3C69 = 0x5F2B
1567*36dcc4a4SLionel Sambuc0x3C6A = 0x5F2C
1568*36dcc4a4SLionel Sambuc0x3C6B = 0x5F2E
1569*36dcc4a4SLionel Sambuc0x3C6C = 0x5F30
1570*36dcc4a4SLionel Sambuc0x3C6D = 0x5F34
1571*36dcc4a4SLionel Sambuc0x3C6E = 0x5F36
1572*36dcc4a4SLionel Sambuc0x3C6F = 0x5F3B
1573*36dcc4a4SLionel Sambuc0x3C70 = 0x5F3D
1574*36dcc4a4SLionel Sambuc0x3C71 = 0x5F3F
1575*36dcc4a4SLionel Sambuc0x3C72 = 0x5F40
1576*36dcc4a4SLionel Sambuc0x3C73 = 0x5F44
1577*36dcc4a4SLionel Sambuc0x3C74 = 0x5F45
1578*36dcc4a4SLionel Sambuc0x3C75 = 0x5F47
1579*36dcc4a4SLionel Sambuc0x3C76 = 0x5F4D
1580*36dcc4a4SLionel Sambuc0x3C77 = 0x5F50
1581*36dcc4a4SLionel Sambuc0x3C78 = 0x5F54
1582*36dcc4a4SLionel Sambuc0x3C79 = 0x5F58
1583*36dcc4a4SLionel Sambuc0x3C7A = 0x5F5B
1584*36dcc4a4SLionel Sambuc0x3C7B = 0x5F60
1585*36dcc4a4SLionel Sambuc0x3C7C = 0x5F63
1586*36dcc4a4SLionel Sambuc0x3C7D = 0x5F64
1587*36dcc4a4SLionel Sambuc0x3C7E = 0x5F67
1588*36dcc4a4SLionel Sambuc0x3D21 = 0x5F6F
1589*36dcc4a4SLionel Sambuc0x3D22 = 0x5F72
1590*36dcc4a4SLionel Sambuc0x3D23 = 0x5F74
1591*36dcc4a4SLionel Sambuc0x3D24 = 0x5F75
1592*36dcc4a4SLionel Sambuc0x3D25 = 0x5F78
1593*36dcc4a4SLionel Sambuc0x3D26 = 0x5F7A
1594*36dcc4a4SLionel Sambuc0x3D27 = 0x5F7D
1595*36dcc4a4SLionel Sambuc0x3D28 = 0x5F7E
1596*36dcc4a4SLionel Sambuc0x3D29 = 0x5F89
1597*36dcc4a4SLionel Sambuc0x3D2A = 0x5F8D
1598*36dcc4a4SLionel Sambuc0x3D2B = 0x5F8F
1599*36dcc4a4SLionel Sambuc0x3D2C = 0x5F96
1600*36dcc4a4SLionel Sambuc0x3D2D = 0x5F9C
1601*36dcc4a4SLionel Sambuc0x3D2E = 0x5F9D
1602*36dcc4a4SLionel Sambuc0x3D2F = 0x5FA2
1603*36dcc4a4SLionel Sambuc0x3D30 = 0x5FA7
1604*36dcc4a4SLionel Sambuc0x3D31 = 0x5FAB
1605*36dcc4a4SLionel Sambuc0x3D32 = 0x5FA4
1606*36dcc4a4SLionel Sambuc0x3D33 = 0x5FAC
1607*36dcc4a4SLionel Sambuc0x3D34 = 0x5FAF
1608*36dcc4a4SLionel Sambuc0x3D35 = 0x5FB0
1609*36dcc4a4SLionel Sambuc0x3D36 = 0x5FB1
1610*36dcc4a4SLionel Sambuc0x3D37 = 0x5FB8
1611*36dcc4a4SLionel Sambuc0x3D38 = 0x5FC4
1612*36dcc4a4SLionel Sambuc0x3D39 = 0x5FC7
1613*36dcc4a4SLionel Sambuc0x3D3A = 0x5FC8
1614*36dcc4a4SLionel Sambuc0x3D3B = 0x5FC9
1615*36dcc4a4SLionel Sambuc0x3D3C = 0x5FCB
1616*36dcc4a4SLionel Sambuc0x3D3D = 0x5FD0
1617*36dcc4a4SLionel Sambuc0x3D3E = 0x5FD1
1618*36dcc4a4SLionel Sambuc0x3D3F = 0x5FD2
1619*36dcc4a4SLionel Sambuc0x3D40 = 0x5FD3
1620*36dcc4a4SLionel Sambuc0x3D41 = 0x5FD4
1621*36dcc4a4SLionel Sambuc0x3D42 = 0x5FDE
1622*36dcc4a4SLionel Sambuc0x3D43 = 0x5FE1
1623*36dcc4a4SLionel Sambuc0x3D44 = 0x5FE2
1624*36dcc4a4SLionel Sambuc0x3D45 = 0x5FE8
1625*36dcc4a4SLionel Sambuc0x3D46 = 0x5FE9
1626*36dcc4a4SLionel Sambuc0x3D47 = 0x5FEA
1627*36dcc4a4SLionel Sambuc0x3D48 = 0x5FEC
1628*36dcc4a4SLionel Sambuc0x3D49 = 0x5FED
1629*36dcc4a4SLionel Sambuc0x3D4A = 0x5FEE
1630*36dcc4a4SLionel Sambuc0x3D4B = 0x5FEF
1631*36dcc4a4SLionel Sambuc0x3D4C = 0x5FF2
1632*36dcc4a4SLionel Sambuc0x3D4D = 0x5FF3
1633*36dcc4a4SLionel Sambuc0x3D4E = 0x5FF6
1634*36dcc4a4SLionel Sambuc0x3D4F = 0x5FFA
1635*36dcc4a4SLionel Sambuc0x3D50 = 0x5FFC
1636*36dcc4a4SLionel Sambuc0x3D51 = 0x6007
1637*36dcc4a4SLionel Sambuc0x3D52 = 0x600A
1638*36dcc4a4SLionel Sambuc0x3D53 = 0x600D
1639*36dcc4a4SLionel Sambuc0x3D54 = 0x6013
1640*36dcc4a4SLionel Sambuc0x3D55 = 0x6014
1641*36dcc4a4SLionel Sambuc0x3D56 = 0x6017
1642*36dcc4a4SLionel Sambuc0x3D57 = 0x6018
1643*36dcc4a4SLionel Sambuc0x3D58 = 0x601A
1644*36dcc4a4SLionel Sambuc0x3D59 = 0x601F
1645*36dcc4a4SLionel Sambuc0x3D5A = 0x6024
1646*36dcc4a4SLionel Sambuc0x3D5B = 0x602D
1647*36dcc4a4SLionel Sambuc0x3D5C = 0x6033
1648*36dcc4a4SLionel Sambuc0x3D5D = 0x6035
1649*36dcc4a4SLionel Sambuc0x3D5E = 0x6040
1650*36dcc4a4SLionel Sambuc0x3D5F = 0x6047
1651*36dcc4a4SLionel Sambuc0x3D60 = 0x6048
1652*36dcc4a4SLionel Sambuc0x3D61 = 0x6049
1653*36dcc4a4SLionel Sambuc0x3D62 = 0x604C
1654*36dcc4a4SLionel Sambuc0x3D63 = 0x6051
1655*36dcc4a4SLionel Sambuc0x3D64 = 0x6054
1656*36dcc4a4SLionel Sambuc0x3D65 = 0x6056
1657*36dcc4a4SLionel Sambuc0x3D66 = 0x6057
1658*36dcc4a4SLionel Sambuc0x3D67 = 0x605D
1659*36dcc4a4SLionel Sambuc0x3D68 = 0x6061
1660*36dcc4a4SLionel Sambuc0x3D69 = 0x6067
1661*36dcc4a4SLionel Sambuc0x3D6A = 0x6071
1662*36dcc4a4SLionel Sambuc0x3D6B = 0x607E
1663*36dcc4a4SLionel Sambuc0x3D6C = 0x607F
1664*36dcc4a4SLionel Sambuc0x3D6D = 0x6082
1665*36dcc4a4SLionel Sambuc0x3D6E = 0x6086
1666*36dcc4a4SLionel Sambuc0x3D6F = 0x6088
1667*36dcc4a4SLionel Sambuc0x3D70 = 0x608A
1668*36dcc4a4SLionel Sambuc0x3D71 = 0x608E
1669*36dcc4a4SLionel Sambuc0x3D72 = 0x6091
1670*36dcc4a4SLionel Sambuc0x3D73 = 0x6093
1671*36dcc4a4SLionel Sambuc0x3D74 = 0x6095
1672*36dcc4a4SLionel Sambuc0x3D75 = 0x6098
1673*36dcc4a4SLionel Sambuc0x3D76 = 0x609D
1674*36dcc4a4SLionel Sambuc0x3D77 = 0x609E
1675*36dcc4a4SLionel Sambuc0x3D78 = 0x60A2
1676*36dcc4a4SLionel Sambuc0x3D79 = 0x60A4
1677*36dcc4a4SLionel Sambuc0x3D7A = 0x60A5
1678*36dcc4a4SLionel Sambuc0x3D7B = 0x60A8
1679*36dcc4a4SLionel Sambuc0x3D7C = 0x60B0
1680*36dcc4a4SLionel Sambuc0x3D7D = 0x60B1
1681*36dcc4a4SLionel Sambuc0x3D7E = 0x60B7
1682*36dcc4a4SLionel Sambuc0x3E21 = 0x60BB
1683*36dcc4a4SLionel Sambuc0x3E22 = 0x60BE
1684*36dcc4a4SLionel Sambuc0x3E23 = 0x60C2
1685*36dcc4a4SLionel Sambuc0x3E24 = 0x60C4
1686*36dcc4a4SLionel Sambuc0x3E25 = 0x60C8
1687*36dcc4a4SLionel Sambuc0x3E26 = 0x60C9
1688*36dcc4a4SLionel Sambuc0x3E27 = 0x60CA
1689*36dcc4a4SLionel Sambuc0x3E28 = 0x60CB
1690*36dcc4a4SLionel Sambuc0x3E29 = 0x60CE
1691*36dcc4a4SLionel Sambuc0x3E2A = 0x60CF
1692*36dcc4a4SLionel Sambuc0x3E2B = 0x60D4
1693*36dcc4a4SLionel Sambuc0x3E2C = 0x60D5
1694*36dcc4a4SLionel Sambuc0x3E2D = 0x60D9
1695*36dcc4a4SLionel Sambuc0x3E2E = 0x60DB
1696*36dcc4a4SLionel Sambuc0x3E2F = 0x60DD
1697*36dcc4a4SLionel Sambuc0x3E30 = 0x60DE
1698*36dcc4a4SLionel Sambuc0x3E31 = 0x60E2
1699*36dcc4a4SLionel Sambuc0x3E32 = 0x60E5
1700*36dcc4a4SLionel Sambuc0x3E33 = 0x60F2
1701*36dcc4a4SLionel Sambuc0x3E34 = 0x60F5
1702*36dcc4a4SLionel Sambuc0x3E35 = 0x60F8
1703*36dcc4a4SLionel Sambuc0x3E36 = 0x60FC
1704*36dcc4a4SLionel Sambuc0x3E37 = 0x60FD
1705*36dcc4a4SLionel Sambuc0x3E38 = 0x6102
1706*36dcc4a4SLionel Sambuc0x3E39 = 0x6107
1707*36dcc4a4SLionel Sambuc0x3E3A = 0x610A
1708*36dcc4a4SLionel Sambuc0x3E3B = 0x610C
1709*36dcc4a4SLionel Sambuc0x3E3C = 0x6110
1710*36dcc4a4SLionel Sambuc0x3E3D = 0x6111
1711*36dcc4a4SLionel Sambuc0x3E3E = 0x6112
1712*36dcc4a4SLionel Sambuc0x3E3F = 0x6113
1713*36dcc4a4SLionel Sambuc0x3E40 = 0x6114
1714*36dcc4a4SLionel Sambuc0x3E41 = 0x6116
1715*36dcc4a4SLionel Sambuc0x3E42 = 0x6117
1716*36dcc4a4SLionel Sambuc0x3E43 = 0x6119
1717*36dcc4a4SLionel Sambuc0x3E44 = 0x611C
1718*36dcc4a4SLionel Sambuc0x3E45 = 0x611E
1719*36dcc4a4SLionel Sambuc0x3E46 = 0x6122
1720*36dcc4a4SLionel Sambuc0x3E47 = 0x612A
1721*36dcc4a4SLionel Sambuc0x3E48 = 0x612B
1722*36dcc4a4SLionel Sambuc0x3E49 = 0x6130
1723*36dcc4a4SLionel Sambuc0x3E4A = 0x6131
1724*36dcc4a4SLionel Sambuc0x3E4B = 0x6135
1725*36dcc4a4SLionel Sambuc0x3E4C = 0x6136
1726*36dcc4a4SLionel Sambuc0x3E4D = 0x6137
1727*36dcc4a4SLionel Sambuc0x3E4E = 0x6139
1728*36dcc4a4SLionel Sambuc0x3E4F = 0x6141
1729*36dcc4a4SLionel Sambuc0x3E50 = 0x6145
1730*36dcc4a4SLionel Sambuc0x3E51 = 0x6146
1731*36dcc4a4SLionel Sambuc0x3E52 = 0x6149
1732*36dcc4a4SLionel Sambuc0x3E53 = 0x615E
1733*36dcc4a4SLionel Sambuc0x3E54 = 0x6160
1734*36dcc4a4SLionel Sambuc0x3E55 = 0x616C
1735*36dcc4a4SLionel Sambuc0x3E56 = 0x6172
1736*36dcc4a4SLionel Sambuc0x3E57 = 0x6178
1737*36dcc4a4SLionel Sambuc0x3E58 = 0x617B
1738*36dcc4a4SLionel Sambuc0x3E59 = 0x617C
1739*36dcc4a4SLionel Sambuc0x3E5A = 0x617F
1740*36dcc4a4SLionel Sambuc0x3E5B = 0x6180
1741*36dcc4a4SLionel Sambuc0x3E5C = 0x6181
1742*36dcc4a4SLionel Sambuc0x3E5D = 0x6183
1743*36dcc4a4SLionel Sambuc0x3E5E = 0x6184
1744*36dcc4a4SLionel Sambuc0x3E5F = 0x618B
1745*36dcc4a4SLionel Sambuc0x3E60 = 0x618D
1746*36dcc4a4SLionel Sambuc0x3E61 = 0x6192
1747*36dcc4a4SLionel Sambuc0x3E62 = 0x6193
1748*36dcc4a4SLionel Sambuc0x3E63 = 0x6197
1749*36dcc4a4SLionel Sambuc0x3E64 = 0x6198
1750*36dcc4a4SLionel Sambuc0x3E65 = 0x619C
1751*36dcc4a4SLionel Sambuc0x3E66 = 0x619D
1752*36dcc4a4SLionel Sambuc0x3E67 = 0x619F
1753*36dcc4a4SLionel Sambuc0x3E68 = 0x61A0
1754*36dcc4a4SLionel Sambuc0x3E69 = 0x61A5
1755*36dcc4a4SLionel Sambuc0x3E6A = 0x61A8
1756*36dcc4a4SLionel Sambuc0x3E6B = 0x61AA
1757*36dcc4a4SLionel Sambuc0x3E6C = 0x61AD
1758*36dcc4a4SLionel Sambuc0x3E6D = 0x61B8
1759*36dcc4a4SLionel Sambuc0x3E6E = 0x61B9
1760*36dcc4a4SLionel Sambuc0x3E6F = 0x61BC
1761*36dcc4a4SLionel Sambuc0x3E70 = 0x61C0
1762*36dcc4a4SLionel Sambuc0x3E71 = 0x61C1
1763*36dcc4a4SLionel Sambuc0x3E72 = 0x61C2
1764*36dcc4a4SLionel Sambuc0x3E73 = 0x61CE
1765*36dcc4a4SLionel Sambuc0x3E74 = 0x61CF
1766*36dcc4a4SLionel Sambuc0x3E75 = 0x61D5
1767*36dcc4a4SLionel Sambuc0x3E76 = 0x61DC
1768*36dcc4a4SLionel Sambuc0x3E77 = 0x61DD
1769*36dcc4a4SLionel Sambuc0x3E78 = 0x61DE
1770*36dcc4a4SLionel Sambuc0x3E79 = 0x61DF
1771*36dcc4a4SLionel Sambuc0x3E7A = 0x61E1
1772*36dcc4a4SLionel Sambuc0x3E7B = 0x61E2
1773*36dcc4a4SLionel Sambuc0x3E7C = 0x61E7
1774*36dcc4a4SLionel Sambuc0x3E7D = 0x61E9
1775*36dcc4a4SLionel Sambuc0x3E7E = 0x61E5
1776*36dcc4a4SLionel Sambuc0x3F21 = 0x61EC
1777*36dcc4a4SLionel Sambuc0x3F22 = 0x61ED
1778*36dcc4a4SLionel Sambuc0x3F23 = 0x61EF
1779*36dcc4a4SLionel Sambuc0x3F24 = 0x6201
1780*36dcc4a4SLionel Sambuc0x3F25 = 0x6203
1781*36dcc4a4SLionel Sambuc0x3F26 = 0x6204
1782*36dcc4a4SLionel Sambuc0x3F27 = 0x6207
1783*36dcc4a4SLionel Sambuc0x3F28 = 0x6213
1784*36dcc4a4SLionel Sambuc0x3F29 = 0x6215
1785*36dcc4a4SLionel Sambuc0x3F2A = 0x621C
1786*36dcc4a4SLionel Sambuc0x3F2B = 0x6220
1787*36dcc4a4SLionel Sambuc0x3F2C = 0x6222
1788*36dcc4a4SLionel Sambuc0x3F2D = 0x6223
1789*36dcc4a4SLionel Sambuc0x3F2E = 0x6227
1790*36dcc4a4SLionel Sambuc0x3F2F = 0x6229
1791*36dcc4a4SLionel Sambuc0x3F30 = 0x622B
1792*36dcc4a4SLionel Sambuc0x3F31 = 0x6239
1793*36dcc4a4SLionel Sambuc0x3F32 = 0x623D
1794*36dcc4a4SLionel Sambuc0x3F33 = 0x6242
1795*36dcc4a4SLionel Sambuc0x3F34 = 0x6243
1796*36dcc4a4SLionel Sambuc0x3F35 = 0x6244
1797*36dcc4a4SLionel Sambuc0x3F36 = 0x6246
1798*36dcc4a4SLionel Sambuc0x3F37 = 0x624C
1799*36dcc4a4SLionel Sambuc0x3F38 = 0x6250
1800*36dcc4a4SLionel Sambuc0x3F39 = 0x6251
1801*36dcc4a4SLionel Sambuc0x3F3A = 0x6252
1802*36dcc4a4SLionel Sambuc0x3F3B = 0x6254
1803*36dcc4a4SLionel Sambuc0x3F3C = 0x6256
1804*36dcc4a4SLionel Sambuc0x3F3D = 0x625A
1805*36dcc4a4SLionel Sambuc0x3F3E = 0x625C
1806*36dcc4a4SLionel Sambuc0x3F3F = 0x6264
1807*36dcc4a4SLionel Sambuc0x3F40 = 0x626D
1808*36dcc4a4SLionel Sambuc0x3F41 = 0x626F
1809*36dcc4a4SLionel Sambuc0x3F42 = 0x6273
1810*36dcc4a4SLionel Sambuc0x3F43 = 0x627A
1811*36dcc4a4SLionel Sambuc0x3F44 = 0x627D
1812*36dcc4a4SLionel Sambuc0x3F45 = 0x628D
1813*36dcc4a4SLionel Sambuc0x3F46 = 0x628E
1814*36dcc4a4SLionel Sambuc0x3F47 = 0x628F
1815*36dcc4a4SLionel Sambuc0x3F48 = 0x6290
1816*36dcc4a4SLionel Sambuc0x3F49 = 0x62A6
1817*36dcc4a4SLionel Sambuc0x3F4A = 0x62A8
1818*36dcc4a4SLionel Sambuc0x3F4B = 0x62B3
1819*36dcc4a4SLionel Sambuc0x3F4C = 0x62B6
1820*36dcc4a4SLionel Sambuc0x3F4D = 0x62B7
1821*36dcc4a4SLionel Sambuc0x3F4E = 0x62BA
1822*36dcc4a4SLionel Sambuc0x3F4F = 0x62BE
1823*36dcc4a4SLionel Sambuc0x3F50 = 0x62BF
1824*36dcc4a4SLionel Sambuc0x3F51 = 0x62C4
1825*36dcc4a4SLionel Sambuc0x3F52 = 0x62CE
1826*36dcc4a4SLionel Sambuc0x3F53 = 0x62D5
1827*36dcc4a4SLionel Sambuc0x3F54 = 0x62D6
1828*36dcc4a4SLionel Sambuc0x3F55 = 0x62DA
1829*36dcc4a4SLionel Sambuc0x3F56 = 0x62EA
1830*36dcc4a4SLionel Sambuc0x3F57 = 0x62F2
1831*36dcc4a4SLionel Sambuc0x3F58 = 0x62F4
1832*36dcc4a4SLionel Sambuc0x3F59 = 0x62FC
1833*36dcc4a4SLionel Sambuc0x3F5A = 0x62FD
1834*36dcc4a4SLionel Sambuc0x3F5B = 0x6303
1835*36dcc4a4SLionel Sambuc0x3F5C = 0x6304
1836*36dcc4a4SLionel Sambuc0x3F5D = 0x630A
1837*36dcc4a4SLionel Sambuc0x3F5E = 0x630B
1838*36dcc4a4SLionel Sambuc0x3F5F = 0x630D
1839*36dcc4a4SLionel Sambuc0x3F60 = 0x6310
1840*36dcc4a4SLionel Sambuc0x3F61 = 0x6313
1841*36dcc4a4SLionel Sambuc0x3F62 = 0x6316
1842*36dcc4a4SLionel Sambuc0x3F63 = 0x6318
1843*36dcc4a4SLionel Sambuc0x3F64 = 0x6329
1844*36dcc4a4SLionel Sambuc0x3F65 = 0x632A
1845*36dcc4a4SLionel Sambuc0x3F66 = 0x632D
1846*36dcc4a4SLionel Sambuc0x3F67 = 0x6335
1847*36dcc4a4SLionel Sambuc0x3F68 = 0x6336
1848*36dcc4a4SLionel Sambuc0x3F69 = 0x6339
1849*36dcc4a4SLionel Sambuc0x3F6A = 0x633C
1850*36dcc4a4SLionel Sambuc0x3F6B = 0x6341
1851*36dcc4a4SLionel Sambuc0x3F6C = 0x6342
1852*36dcc4a4SLionel Sambuc0x3F6D = 0x6343
1853*36dcc4a4SLionel Sambuc0x3F6E = 0x6344
1854*36dcc4a4SLionel Sambuc0x3F6F = 0x6346
1855*36dcc4a4SLionel Sambuc0x3F70 = 0x634A
1856*36dcc4a4SLionel Sambuc0x3F71 = 0x634B
1857*36dcc4a4SLionel Sambuc0x3F72 = 0x634E
1858*36dcc4a4SLionel Sambuc0x3F73 = 0x6352
1859*36dcc4a4SLionel Sambuc0x3F74 = 0x6353
1860*36dcc4a4SLionel Sambuc0x3F75 = 0x6354
1861*36dcc4a4SLionel Sambuc0x3F76 = 0x6358
1862*36dcc4a4SLionel Sambuc0x3F77 = 0x635B
1863*36dcc4a4SLionel Sambuc0x3F78 = 0x6365
1864*36dcc4a4SLionel Sambuc0x3F79 = 0x6366
1865*36dcc4a4SLionel Sambuc0x3F7A = 0x636C
1866*36dcc4a4SLionel Sambuc0x3F7B = 0x636D
1867*36dcc4a4SLionel Sambuc0x3F7C = 0x6371
1868*36dcc4a4SLionel Sambuc0x3F7D = 0x6374
1869*36dcc4a4SLionel Sambuc0x3F7E = 0x6375
1870*36dcc4a4SLionel Sambuc0x4021 = 0x6378
1871*36dcc4a4SLionel Sambuc0x4022 = 0x637C
1872*36dcc4a4SLionel Sambuc0x4023 = 0x637D
1873*36dcc4a4SLionel Sambuc0x4024 = 0x637F
1874*36dcc4a4SLionel Sambuc0x4025 = 0x6382
1875*36dcc4a4SLionel Sambuc0x4026 = 0x6384
1876*36dcc4a4SLionel Sambuc0x4027 = 0x6387
1877*36dcc4a4SLionel Sambuc0x4028 = 0x638A
1878*36dcc4a4SLionel Sambuc0x4029 = 0x6390
1879*36dcc4a4SLionel Sambuc0x402A = 0x6394
1880*36dcc4a4SLionel Sambuc0x402B = 0x6395
1881*36dcc4a4SLionel Sambuc0x402C = 0x6399
1882*36dcc4a4SLionel Sambuc0x402D = 0x639A
1883*36dcc4a4SLionel Sambuc0x402E = 0x639E
1884*36dcc4a4SLionel Sambuc0x402F = 0x63A4
1885*36dcc4a4SLionel Sambuc0x4030 = 0x63A6
1886*36dcc4a4SLionel Sambuc0x4031 = 0x63AD
1887*36dcc4a4SLionel Sambuc0x4032 = 0x63AE
1888*36dcc4a4SLionel Sambuc0x4033 = 0x63AF
1889*36dcc4a4SLionel Sambuc0x4034 = 0x63BD
1890*36dcc4a4SLionel Sambuc0x4035 = 0x63C1
1891*36dcc4a4SLionel Sambuc0x4036 = 0x63C5
1892*36dcc4a4SLionel Sambuc0x4037 = 0x63C8
1893*36dcc4a4SLionel Sambuc0x4038 = 0x63CE
1894*36dcc4a4SLionel Sambuc0x4039 = 0x63D1
1895*36dcc4a4SLionel Sambuc0x403A = 0x63D3
1896*36dcc4a4SLionel Sambuc0x403B = 0x63D4
1897*36dcc4a4SLionel Sambuc0x403C = 0x63D5
1898*36dcc4a4SLionel Sambuc0x403D = 0x63DC
1899*36dcc4a4SLionel Sambuc0x403E = 0x63E0
1900*36dcc4a4SLionel Sambuc0x403F = 0x63E5
1901*36dcc4a4SLionel Sambuc0x4040 = 0x63EA
1902*36dcc4a4SLionel Sambuc0x4041 = 0x63EC
1903*36dcc4a4SLionel Sambuc0x4042 = 0x63F2
1904*36dcc4a4SLionel Sambuc0x4043 = 0x63F3
1905*36dcc4a4SLionel Sambuc0x4044 = 0x63F5
1906*36dcc4a4SLionel Sambuc0x4045 = 0x63F8
1907*36dcc4a4SLionel Sambuc0x4046 = 0x63F9
1908*36dcc4a4SLionel Sambuc0x4047 = 0x6409
1909*36dcc4a4SLionel Sambuc0x4048 = 0x640A
1910*36dcc4a4SLionel Sambuc0x4049 = 0x6410
1911*36dcc4a4SLionel Sambuc0x404A = 0x6412
1912*36dcc4a4SLionel Sambuc0x404B = 0x6414
1913*36dcc4a4SLionel Sambuc0x404C = 0x6418
1914*36dcc4a4SLionel Sambuc0x404D = 0x641E
1915*36dcc4a4SLionel Sambuc0x404E = 0x6420
1916*36dcc4a4SLionel Sambuc0x404F = 0x6422
1917*36dcc4a4SLionel Sambuc0x4050 = 0x6424
1918*36dcc4a4SLionel Sambuc0x4051 = 0x6425
1919*36dcc4a4SLionel Sambuc0x4052 = 0x6429
1920*36dcc4a4SLionel Sambuc0x4053 = 0x642A
1921*36dcc4a4SLionel Sambuc0x4054 = 0x642F
1922*36dcc4a4SLionel Sambuc0x4055 = 0x6430
1923*36dcc4a4SLionel Sambuc0x4056 = 0x6435
1924*36dcc4a4SLionel Sambuc0x4057 = 0x643D
1925*36dcc4a4SLionel Sambuc0x4058 = 0x643F
1926*36dcc4a4SLionel Sambuc0x4059 = 0x644B
1927*36dcc4a4SLionel Sambuc0x405A = 0x644F
1928*36dcc4a4SLionel Sambuc0x405B = 0x6451
1929*36dcc4a4SLionel Sambuc0x405C = 0x6452
1930*36dcc4a4SLionel Sambuc0x405D = 0x6453
1931*36dcc4a4SLionel Sambuc0x405E = 0x6454
1932*36dcc4a4SLionel Sambuc0x405F = 0x645A
1933*36dcc4a4SLionel Sambuc0x4060 = 0x645B
1934*36dcc4a4SLionel Sambuc0x4061 = 0x645C
1935*36dcc4a4SLionel Sambuc0x4062 = 0x645D
1936*36dcc4a4SLionel Sambuc0x4063 = 0x645F
1937*36dcc4a4SLionel Sambuc0x4064 = 0x6460
1938*36dcc4a4SLionel Sambuc0x4065 = 0x6461
1939*36dcc4a4SLionel Sambuc0x4066 = 0x6463
1940*36dcc4a4SLionel Sambuc0x4067 = 0x646D
1941*36dcc4a4SLionel Sambuc0x4068 = 0x6473
1942*36dcc4a4SLionel Sambuc0x4069 = 0x6474
1943*36dcc4a4SLionel Sambuc0x406A = 0x647B
1944*36dcc4a4SLionel Sambuc0x406B = 0x647D
1945*36dcc4a4SLionel Sambuc0x406C = 0x6485
1946*36dcc4a4SLionel Sambuc0x406D = 0x6487
1947*36dcc4a4SLionel Sambuc0x406E = 0x648F
1948*36dcc4a4SLionel Sambuc0x406F = 0x6490
1949*36dcc4a4SLionel Sambuc0x4070 = 0x6491
1950*36dcc4a4SLionel Sambuc0x4071 = 0x6498
1951*36dcc4a4SLionel Sambuc0x4072 = 0x6499
1952*36dcc4a4SLionel Sambuc0x4073 = 0x649B
1953*36dcc4a4SLionel Sambuc0x4074 = 0x649D
1954*36dcc4a4SLionel Sambuc0x4075 = 0x649F
1955*36dcc4a4SLionel Sambuc0x4076 = 0x64A1
1956*36dcc4a4SLionel Sambuc0x4077 = 0x64A3
1957*36dcc4a4SLionel Sambuc0x4078 = 0x64A6
1958*36dcc4a4SLionel Sambuc0x4079 = 0x64A8
1959*36dcc4a4SLionel Sambuc0x407A = 0x64AC
1960*36dcc4a4SLionel Sambuc0x407B = 0x64B3
1961*36dcc4a4SLionel Sambuc0x407C = 0x64BD
1962*36dcc4a4SLionel Sambuc0x407D = 0x64BE
1963*36dcc4a4SLionel Sambuc0x407E = 0x64BF
1964*36dcc4a4SLionel Sambuc0x4121 = 0x64C4
1965*36dcc4a4SLionel Sambuc0x4122 = 0x64C9
1966*36dcc4a4SLionel Sambuc0x4123 = 0x64CA
1967*36dcc4a4SLionel Sambuc0x4124 = 0x64CB
1968*36dcc4a4SLionel Sambuc0x4125 = 0x64CC
1969*36dcc4a4SLionel Sambuc0x4126 = 0x64CE
1970*36dcc4a4SLionel Sambuc0x4127 = 0x64D0
1971*36dcc4a4SLionel Sambuc0x4128 = 0x64D1
1972*36dcc4a4SLionel Sambuc0x4129 = 0x64D5
1973*36dcc4a4SLionel Sambuc0x412A = 0x64D7
1974*36dcc4a4SLionel Sambuc0x412B = 0x64E4
1975*36dcc4a4SLionel Sambuc0x412C = 0x64E5
1976*36dcc4a4SLionel Sambuc0x412D = 0x64E9
1977*36dcc4a4SLionel Sambuc0x412E = 0x64EA
1978*36dcc4a4SLionel Sambuc0x412F = 0x64ED
1979*36dcc4a4SLionel Sambuc0x4130 = 0x64F0
1980*36dcc4a4SLionel Sambuc0x4131 = 0x64F5
1981*36dcc4a4SLionel Sambuc0x4132 = 0x64F7
1982*36dcc4a4SLionel Sambuc0x4133 = 0x64FB
1983*36dcc4a4SLionel Sambuc0x4134 = 0x64FF
1984*36dcc4a4SLionel Sambuc0x4135 = 0x6501
1985*36dcc4a4SLionel Sambuc0x4136 = 0x6504
1986*36dcc4a4SLionel Sambuc0x4137 = 0x6508
1987*36dcc4a4SLionel Sambuc0x4138 = 0x6509
1988*36dcc4a4SLionel Sambuc0x4139 = 0x650A
1989*36dcc4a4SLionel Sambuc0x413A = 0x650F
1990*36dcc4a4SLionel Sambuc0x413B = 0x6513
1991*36dcc4a4SLionel Sambuc0x413C = 0x6514
1992*36dcc4a4SLionel Sambuc0x413D = 0x6516
1993*36dcc4a4SLionel Sambuc0x413E = 0x6519
1994*36dcc4a4SLionel Sambuc0x413F = 0x651B
1995*36dcc4a4SLionel Sambuc0x4140 = 0x651E
1996*36dcc4a4SLionel Sambuc0x4141 = 0x651F
1997*36dcc4a4SLionel Sambuc0x4142 = 0x6522
1998*36dcc4a4SLionel Sambuc0x4143 = 0x6526
1999*36dcc4a4SLionel Sambuc0x4144 = 0x6529
2000*36dcc4a4SLionel Sambuc0x4145 = 0x652E
2001*36dcc4a4SLionel Sambuc0x4146 = 0x6531
2002*36dcc4a4SLionel Sambuc0x4147 = 0x653A
2003*36dcc4a4SLionel Sambuc0x4148 = 0x653C
2004*36dcc4a4SLionel Sambuc0x4149 = 0x653D
2005*36dcc4a4SLionel Sambuc0x414A = 0x6543
2006*36dcc4a4SLionel Sambuc0x414B = 0x6547
2007*36dcc4a4SLionel Sambuc0x414C = 0x6549
2008*36dcc4a4SLionel Sambuc0x414D = 0x6550
2009*36dcc4a4SLionel Sambuc0x414E = 0x6552
2010*36dcc4a4SLionel Sambuc0x414F = 0x6554
2011*36dcc4a4SLionel Sambuc0x4150 = 0x655F
2012*36dcc4a4SLionel Sambuc0x4151 = 0x6560
2013*36dcc4a4SLionel Sambuc0x4152 = 0x6567
2014*36dcc4a4SLionel Sambuc0x4153 = 0x656B
2015*36dcc4a4SLionel Sambuc0x4154 = 0x657A
2016*36dcc4a4SLionel Sambuc0x4155 = 0x657D
2017*36dcc4a4SLionel Sambuc0x4156 = 0x6581
2018*36dcc4a4SLionel Sambuc0x4157 = 0x6585
2019*36dcc4a4SLionel Sambuc0x4158 = 0x658A
2020*36dcc4a4SLionel Sambuc0x4159 = 0x6592
2021*36dcc4a4SLionel Sambuc0x415A = 0x6595
2022*36dcc4a4SLionel Sambuc0x415B = 0x6598
2023*36dcc4a4SLionel Sambuc0x415C = 0x659D
2024*36dcc4a4SLionel Sambuc0x415D = 0x65A0
2025*36dcc4a4SLionel Sambuc0x415E = 0x65A3
2026*36dcc4a4SLionel Sambuc0x415F = 0x65A6
2027*36dcc4a4SLionel Sambuc0x4160 = 0x65AE
2028*36dcc4a4SLionel Sambuc0x4161 = 0x65B2
2029*36dcc4a4SLionel Sambuc0x4162 = 0x65B3
2030*36dcc4a4SLionel Sambuc0x4163 = 0x65B4
2031*36dcc4a4SLionel Sambuc0x4164 = 0x65BF
2032*36dcc4a4SLionel Sambuc0x4165 = 0x65C2
2033*36dcc4a4SLionel Sambuc0x4166 = 0x65C8
2034*36dcc4a4SLionel Sambuc0x4167 = 0x65C9
2035*36dcc4a4SLionel Sambuc0x4168 = 0x65CE
2036*36dcc4a4SLionel Sambuc0x4169 = 0x65D0
2037*36dcc4a4SLionel Sambuc0x416A = 0x65D4
2038*36dcc4a4SLionel Sambuc0x416B = 0x65D6
2039*36dcc4a4SLionel Sambuc0x416C = 0x65D8
2040*36dcc4a4SLionel Sambuc0x416D = 0x65DF
2041*36dcc4a4SLionel Sambuc0x416E = 0x65F0
2042*36dcc4a4SLionel Sambuc0x416F = 0x65F2
2043*36dcc4a4SLionel Sambuc0x4170 = 0x65F4
2044*36dcc4a4SLionel Sambuc0x4171 = 0x65F5
2045*36dcc4a4SLionel Sambuc0x4172 = 0x65F9
2046*36dcc4a4SLionel Sambuc0x4173 = 0x65FE
2047*36dcc4a4SLionel Sambuc0x4174 = 0x65FF
2048*36dcc4a4SLionel Sambuc0x4175 = 0x6600
2049*36dcc4a4SLionel Sambuc0x4176 = 0x6604
2050*36dcc4a4SLionel Sambuc0x4177 = 0x6608
2051*36dcc4a4SLionel Sambuc0x4178 = 0x6609
2052*36dcc4a4SLionel Sambuc0x4179 = 0x660D
2053*36dcc4a4SLionel Sambuc0x417A = 0x6611
2054*36dcc4a4SLionel Sambuc0x417B = 0x6612
2055*36dcc4a4SLionel Sambuc0x417C = 0x6615
2056*36dcc4a4SLionel Sambuc0x417D = 0x6616
2057*36dcc4a4SLionel Sambuc0x417E = 0x661D
2058*36dcc4a4SLionel Sambuc0x4221 = 0x661E
2059*36dcc4a4SLionel Sambuc0x4222 = 0x6621
2060*36dcc4a4SLionel Sambuc0x4223 = 0x6622
2061*36dcc4a4SLionel Sambuc0x4224 = 0x6623
2062*36dcc4a4SLionel Sambuc0x4225 = 0x6624
2063*36dcc4a4SLionel Sambuc0x4226 = 0x6626
2064*36dcc4a4SLionel Sambuc0x4227 = 0x6629
2065*36dcc4a4SLionel Sambuc0x4228 = 0x662A
2066*36dcc4a4SLionel Sambuc0x4229 = 0x662B
2067*36dcc4a4SLionel Sambuc0x422A = 0x662C
2068*36dcc4a4SLionel Sambuc0x422B = 0x662E
2069*36dcc4a4SLionel Sambuc0x422C = 0x6630
2070*36dcc4a4SLionel Sambuc0x422D = 0x6631
2071*36dcc4a4SLionel Sambuc0x422E = 0x6633
2072*36dcc4a4SLionel Sambuc0x422F = 0x6639
2073*36dcc4a4SLionel Sambuc0x4230 = 0x6637
2074*36dcc4a4SLionel Sambuc0x4231 = 0x6640
2075*36dcc4a4SLionel Sambuc0x4232 = 0x6645
2076*36dcc4a4SLionel Sambuc0x4233 = 0x6646
2077*36dcc4a4SLionel Sambuc0x4234 = 0x664A
2078*36dcc4a4SLionel Sambuc0x4235 = 0x664C
2079*36dcc4a4SLionel Sambuc0x4236 = 0x6651
2080*36dcc4a4SLionel Sambuc0x4237 = 0x664E
2081*36dcc4a4SLionel Sambuc0x4238 = 0x6657
2082*36dcc4a4SLionel Sambuc0x4239 = 0x6658
2083*36dcc4a4SLionel Sambuc0x423A = 0x6659
2084*36dcc4a4SLionel Sambuc0x423B = 0x665B
2085*36dcc4a4SLionel Sambuc0x423C = 0x665C
2086*36dcc4a4SLionel Sambuc0x423D = 0x6660
2087*36dcc4a4SLionel Sambuc0x423E = 0x6661
2088*36dcc4a4SLionel Sambuc0x423F = 0x66FB
2089*36dcc4a4SLionel Sambuc0x4240 = 0x666A
2090*36dcc4a4SLionel Sambuc0x4241 = 0x666B
2091*36dcc4a4SLionel Sambuc0x4242 = 0x666C
2092*36dcc4a4SLionel Sambuc0x4243 = 0x667E
2093*36dcc4a4SLionel Sambuc0x4244 = 0x6673
2094*36dcc4a4SLionel Sambuc0x4245 = 0x6675
2095*36dcc4a4SLionel Sambuc0x4246 = 0x667F
2096*36dcc4a4SLionel Sambuc0x4247 = 0x6677
2097*36dcc4a4SLionel Sambuc0x4248 = 0x6678
2098*36dcc4a4SLionel Sambuc0x4249 = 0x6679
2099*36dcc4a4SLionel Sambuc0x424A = 0x667B
2100*36dcc4a4SLionel Sambuc0x424B = 0x6680
2101*36dcc4a4SLionel Sambuc0x424C = 0x667C
2102*36dcc4a4SLionel Sambuc0x424D = 0x668B
2103*36dcc4a4SLionel Sambuc0x424E = 0x668C
2104*36dcc4a4SLionel Sambuc0x424F = 0x668D
2105*36dcc4a4SLionel Sambuc0x4250 = 0x6690
2106*36dcc4a4SLionel Sambuc0x4251 = 0x6692
2107*36dcc4a4SLionel Sambuc0x4252 = 0x6699
2108*36dcc4a4SLionel Sambuc0x4253 = 0x669A
2109*36dcc4a4SLionel Sambuc0x4254 = 0x669B
2110*36dcc4a4SLionel Sambuc0x4255 = 0x669C
2111*36dcc4a4SLionel Sambuc0x4256 = 0x669F
2112*36dcc4a4SLionel Sambuc0x4257 = 0x66A0
2113*36dcc4a4SLionel Sambuc0x4258 = 0x66A4
2114*36dcc4a4SLionel Sambuc0x4259 = 0x66AD
2115*36dcc4a4SLionel Sambuc0x425A = 0x66B1
2116*36dcc4a4SLionel Sambuc0x425B = 0x66B2
2117*36dcc4a4SLionel Sambuc0x425C = 0x66B5
2118*36dcc4a4SLionel Sambuc0x425D = 0x66BB
2119*36dcc4a4SLionel Sambuc0x425E = 0x66BF
2120*36dcc4a4SLionel Sambuc0x425F = 0x66C0
2121*36dcc4a4SLionel Sambuc0x4260 = 0x66C2
2122*36dcc4a4SLionel Sambuc0x4261 = 0x66C3
2123*36dcc4a4SLionel Sambuc0x4262 = 0x66C8
2124*36dcc4a4SLionel Sambuc0x4263 = 0x66CC
2125*36dcc4a4SLionel Sambuc0x4264 = 0x66CE
2126*36dcc4a4SLionel Sambuc0x4265 = 0x66CF
2127*36dcc4a4SLionel Sambuc0x4266 = 0x66D4
2128*36dcc4a4SLionel Sambuc0x4267 = 0x66DB
2129*36dcc4a4SLionel Sambuc0x4268 = 0x66DF
2130*36dcc4a4SLionel Sambuc0x4269 = 0x66E8
2131*36dcc4a4SLionel Sambuc0x426A = 0x66EB
2132*36dcc4a4SLionel Sambuc0x426B = 0x66EC
2133*36dcc4a4SLionel Sambuc0x426C = 0x66EE
2134*36dcc4a4SLionel Sambuc0x426D = 0x66FA
2135*36dcc4a4SLionel Sambuc0x426E = 0x6705
2136*36dcc4a4SLionel Sambuc0x426F = 0x6707
2137*36dcc4a4SLionel Sambuc0x4270 = 0x670E
2138*36dcc4a4SLionel Sambuc0x4271 = 0x6713
2139*36dcc4a4SLionel Sambuc0x4272 = 0x6719
2140*36dcc4a4SLionel Sambuc0x4273 = 0x671C
2141*36dcc4a4SLionel Sambuc0x4274 = 0x6720
2142*36dcc4a4SLionel Sambuc0x4275 = 0x6722
2143*36dcc4a4SLionel Sambuc0x4276 = 0x6733
2144*36dcc4a4SLionel Sambuc0x4277 = 0x673E
2145*36dcc4a4SLionel Sambuc0x4278 = 0x6745
2146*36dcc4a4SLionel Sambuc0x4279 = 0x6747
2147*36dcc4a4SLionel Sambuc0x427A = 0x6748
2148*36dcc4a4SLionel Sambuc0x427B = 0x674C
2149*36dcc4a4SLionel Sambuc0x427C = 0x6754
2150*36dcc4a4SLionel Sambuc0x427D = 0x6755
2151*36dcc4a4SLionel Sambuc0x427E = 0x675D
2152*36dcc4a4SLionel Sambuc0x4321 = 0x6766
2153*36dcc4a4SLionel Sambuc0x4322 = 0x676C
2154*36dcc4a4SLionel Sambuc0x4323 = 0x676E
2155*36dcc4a4SLionel Sambuc0x4324 = 0x6774
2156*36dcc4a4SLionel Sambuc0x4325 = 0x6776
2157*36dcc4a4SLionel Sambuc0x4326 = 0x677B
2158*36dcc4a4SLionel Sambuc0x4327 = 0x6781
2159*36dcc4a4SLionel Sambuc0x4328 = 0x6784
2160*36dcc4a4SLionel Sambuc0x4329 = 0x678E
2161*36dcc4a4SLionel Sambuc0x432A = 0x678F
2162*36dcc4a4SLionel Sambuc0x432B = 0x6791
2163*36dcc4a4SLionel Sambuc0x432C = 0x6793
2164*36dcc4a4SLionel Sambuc0x432D = 0x6796
2165*36dcc4a4SLionel Sambuc0x432E = 0x6798
2166*36dcc4a4SLionel Sambuc0x432F = 0x6799
2167*36dcc4a4SLionel Sambuc0x4330 = 0x679B
2168*36dcc4a4SLionel Sambuc0x4331 = 0x67B0
2169*36dcc4a4SLionel Sambuc0x4332 = 0x67B1
2170*36dcc4a4SLionel Sambuc0x4333 = 0x67B2
2171*36dcc4a4SLionel Sambuc0x4334 = 0x67B5
2172*36dcc4a4SLionel Sambuc0x4335 = 0x67BB
2173*36dcc4a4SLionel Sambuc0x4336 = 0x67BC
2174*36dcc4a4SLionel Sambuc0x4337 = 0x67BD
2175*36dcc4a4SLionel Sambuc0x4338 = 0x67F9
2176*36dcc4a4SLionel Sambuc0x4339 = 0x67C0
2177*36dcc4a4SLionel Sambuc0x433A = 0x67C2
2178*36dcc4a4SLionel Sambuc0x433B = 0x67C3
2179*36dcc4a4SLionel Sambuc0x433C = 0x67C5
2180*36dcc4a4SLionel Sambuc0x433D = 0x67C8
2181*36dcc4a4SLionel Sambuc0x433E = 0x67C9
2182*36dcc4a4SLionel Sambuc0x433F = 0x67D2
2183*36dcc4a4SLionel Sambuc0x4340 = 0x67D7
2184*36dcc4a4SLionel Sambuc0x4341 = 0x67D9
2185*36dcc4a4SLionel Sambuc0x4342 = 0x67DC
2186*36dcc4a4SLionel Sambuc0x4343 = 0x67E1
2187*36dcc4a4SLionel Sambuc0x4344 = 0x67E6
2188*36dcc4a4SLionel Sambuc0x4345 = 0x67F0
2189*36dcc4a4SLionel Sambuc0x4346 = 0x67F2
2190*36dcc4a4SLionel Sambuc0x4347 = 0x67F6
2191*36dcc4a4SLionel Sambuc0x4348 = 0x67F7
2192*36dcc4a4SLionel Sambuc0x4349 = 0x6852
2193*36dcc4a4SLionel Sambuc0x434A = 0x6814
2194*36dcc4a4SLionel Sambuc0x434B = 0x6819
2195*36dcc4a4SLionel Sambuc0x434C = 0x681D
2196*36dcc4a4SLionel Sambuc0x434D = 0x681F
2197*36dcc4a4SLionel Sambuc0x434E = 0x6828
2198*36dcc4a4SLionel Sambuc0x434F = 0x6827
2199*36dcc4a4SLionel Sambuc0x4350 = 0x682C
2200*36dcc4a4SLionel Sambuc0x4351 = 0x682D
2201*36dcc4a4SLionel Sambuc0x4352 = 0x682F
2202*36dcc4a4SLionel Sambuc0x4353 = 0x6830
2203*36dcc4a4SLionel Sambuc0x4354 = 0x6831
2204*36dcc4a4SLionel Sambuc0x4355 = 0x6833
2205*36dcc4a4SLionel Sambuc0x4356 = 0x683B
2206*36dcc4a4SLionel Sambuc0x4357 = 0x683F
2207*36dcc4a4SLionel Sambuc0x4358 = 0x6844
2208*36dcc4a4SLionel Sambuc0x4359 = 0x6845
2209*36dcc4a4SLionel Sambuc0x435A = 0x684A
2210*36dcc4a4SLionel Sambuc0x435B = 0x684C
2211*36dcc4a4SLionel Sambuc0x435C = 0x6855
2212*36dcc4a4SLionel Sambuc0x435D = 0x6857
2213*36dcc4a4SLionel Sambuc0x435E = 0x6858
2214*36dcc4a4SLionel Sambuc0x435F = 0x685B
2215*36dcc4a4SLionel Sambuc0x4360 = 0x686B
2216*36dcc4a4SLionel Sambuc0x4361 = 0x686E
2217*36dcc4a4SLionel Sambuc0x4362 = 0x686F
2218*36dcc4a4SLionel Sambuc0x4363 = 0x6870
2219*36dcc4a4SLionel Sambuc0x4364 = 0x6871
2220*36dcc4a4SLionel Sambuc0x4365 = 0x6872
2221*36dcc4a4SLionel Sambuc0x4366 = 0x6875
2222*36dcc4a4SLionel Sambuc0x4367 = 0x6879
2223*36dcc4a4SLionel Sambuc0x4368 = 0x687A
2224*36dcc4a4SLionel Sambuc0x4369 = 0x687B
2225*36dcc4a4SLionel Sambuc0x436A = 0x687C
2226*36dcc4a4SLionel Sambuc0x436B = 0x6882
2227*36dcc4a4SLionel Sambuc0x436C = 0x6884
2228*36dcc4a4SLionel Sambuc0x436D = 0x6886
2229*36dcc4a4SLionel Sambuc0x436E = 0x6888
2230*36dcc4a4SLionel Sambuc0x436F = 0x6896
2231*36dcc4a4SLionel Sambuc0x4370 = 0x6898
2232*36dcc4a4SLionel Sambuc0x4371 = 0x689A
2233*36dcc4a4SLionel Sambuc0x4372 = 0x689C
2234*36dcc4a4SLionel Sambuc0x4373 = 0x68A1
2235*36dcc4a4SLionel Sambuc0x4374 = 0x68A3
2236*36dcc4a4SLionel Sambuc0x4375 = 0x68A5
2237*36dcc4a4SLionel Sambuc0x4376 = 0x68A9
2238*36dcc4a4SLionel Sambuc0x4377 = 0x68AA
2239*36dcc4a4SLionel Sambuc0x4378 = 0x68AE
2240*36dcc4a4SLionel Sambuc0x4379 = 0x68B2
2241*36dcc4a4SLionel Sambuc0x437A = 0x68BB
2242*36dcc4a4SLionel Sambuc0x437B = 0x68C5
2243*36dcc4a4SLionel Sambuc0x437C = 0x68C8
2244*36dcc4a4SLionel Sambuc0x437D = 0x68CC
2245*36dcc4a4SLionel Sambuc0x437E = 0x68CF
2246*36dcc4a4SLionel Sambuc0x4421 = 0x68D0
2247*36dcc4a4SLionel Sambuc0x4422 = 0x68D1
2248*36dcc4a4SLionel Sambuc0x4423 = 0x68D3
2249*36dcc4a4SLionel Sambuc0x4424 = 0x68D6
2250*36dcc4a4SLionel Sambuc0x4425 = 0x68D9
2251*36dcc4a4SLionel Sambuc0x4426 = 0x68DC
2252*36dcc4a4SLionel Sambuc0x4427 = 0x68DD
2253*36dcc4a4SLionel Sambuc0x4428 = 0x68E5
2254*36dcc4a4SLionel Sambuc0x4429 = 0x68E8
2255*36dcc4a4SLionel Sambuc0x442A = 0x68EA
2256*36dcc4a4SLionel Sambuc0x442B = 0x68EB
2257*36dcc4a4SLionel Sambuc0x442C = 0x68EC
2258*36dcc4a4SLionel Sambuc0x442D = 0x68ED
2259*36dcc4a4SLionel Sambuc0x442E = 0x68F0
2260*36dcc4a4SLionel Sambuc0x442F = 0x68F1
2261*36dcc4a4SLionel Sambuc0x4430 = 0x68F5
2262*36dcc4a4SLionel Sambuc0x4431 = 0x68F6
2263*36dcc4a4SLionel Sambuc0x4432 = 0x68FB
2264*36dcc4a4SLionel Sambuc0x4433 = 0x68FC
2265*36dcc4a4SLionel Sambuc0x4434 = 0x68FD
2266*36dcc4a4SLionel Sambuc0x4435 = 0x6906
2267*36dcc4a4SLionel Sambuc0x4436 = 0x6909
2268*36dcc4a4SLionel Sambuc0x4437 = 0x690A
2269*36dcc4a4SLionel Sambuc0x4438 = 0x6910
2270*36dcc4a4SLionel Sambuc0x4439 = 0x6911
2271*36dcc4a4SLionel Sambuc0x443A = 0x6913
2272*36dcc4a4SLionel Sambuc0x443B = 0x6916
2273*36dcc4a4SLionel Sambuc0x443C = 0x6917
2274*36dcc4a4SLionel Sambuc0x443D = 0x6931
2275*36dcc4a4SLionel Sambuc0x443E = 0x6933
2276*36dcc4a4SLionel Sambuc0x443F = 0x6935
2277*36dcc4a4SLionel Sambuc0x4440 = 0x6938
2278*36dcc4a4SLionel Sambuc0x4441 = 0x693B
2279*36dcc4a4SLionel Sambuc0x4442 = 0x6942
2280*36dcc4a4SLionel Sambuc0x4443 = 0x6945
2281*36dcc4a4SLionel Sambuc0x4444 = 0x6949
2282*36dcc4a4SLionel Sambuc0x4445 = 0x694E
2283*36dcc4a4SLionel Sambuc0x4446 = 0x6957
2284*36dcc4a4SLionel Sambuc0x4447 = 0x695B
2285*36dcc4a4SLionel Sambuc0x4448 = 0x6963
2286*36dcc4a4SLionel Sambuc0x4449 = 0x6964
2287*36dcc4a4SLionel Sambuc0x444A = 0x6965
2288*36dcc4a4SLionel Sambuc0x444B = 0x6966
2289*36dcc4a4SLionel Sambuc0x444C = 0x6968
2290*36dcc4a4SLionel Sambuc0x444D = 0x6969
2291*36dcc4a4SLionel Sambuc0x444E = 0x696C
2292*36dcc4a4SLionel Sambuc0x444F = 0x6970
2293*36dcc4a4SLionel Sambuc0x4450 = 0x6971
2294*36dcc4a4SLionel Sambuc0x4451 = 0x6972
2295*36dcc4a4SLionel Sambuc0x4452 = 0x697A
2296*36dcc4a4SLionel Sambuc0x4453 = 0x697B
2297*36dcc4a4SLionel Sambuc0x4454 = 0x697F
2298*36dcc4a4SLionel Sambuc0x4455 = 0x6980
2299*36dcc4a4SLionel Sambuc0x4456 = 0x698D
2300*36dcc4a4SLionel Sambuc0x4457 = 0x6992
2301*36dcc4a4SLionel Sambuc0x4458 = 0x6996
2302*36dcc4a4SLionel Sambuc0x4459 = 0x6998
2303*36dcc4a4SLionel Sambuc0x445A = 0x69A1
2304*36dcc4a4SLionel Sambuc0x445B = 0x69A5
2305*36dcc4a4SLionel Sambuc0x445C = 0x69A6
2306*36dcc4a4SLionel Sambuc0x445D = 0x69A8
2307*36dcc4a4SLionel Sambuc0x445E = 0x69AB
2308*36dcc4a4SLionel Sambuc0x445F = 0x69AD
2309*36dcc4a4SLionel Sambuc0x4460 = 0x69AF
2310*36dcc4a4SLionel Sambuc0x4461 = 0x69B7
2311*36dcc4a4SLionel Sambuc0x4462 = 0x69B8
2312*36dcc4a4SLionel Sambuc0x4463 = 0x69BA
2313*36dcc4a4SLionel Sambuc0x4464 = 0x69BC
2314*36dcc4a4SLionel Sambuc0x4465 = 0x69C5
2315*36dcc4a4SLionel Sambuc0x4466 = 0x69C8
2316*36dcc4a4SLionel Sambuc0x4467 = 0x69D1
2317*36dcc4a4SLionel Sambuc0x4468 = 0x69D6
2318*36dcc4a4SLionel Sambuc0x4469 = 0x69D7
2319*36dcc4a4SLionel Sambuc0x446A = 0x69E2
2320*36dcc4a4SLionel Sambuc0x446B = 0x69E5
2321*36dcc4a4SLionel Sambuc0x446C = 0x69EE
2322*36dcc4a4SLionel Sambuc0x446D = 0x69EF
2323*36dcc4a4SLionel Sambuc0x446E = 0x69F1
2324*36dcc4a4SLionel Sambuc0x446F = 0x69F3
2325*36dcc4a4SLionel Sambuc0x4470 = 0x69F5
2326*36dcc4a4SLionel Sambuc0x4471 = 0x69FE
2327*36dcc4a4SLionel Sambuc0x4472 = 0x6A00
2328*36dcc4a4SLionel Sambuc0x4473 = 0x6A01
2329*36dcc4a4SLionel Sambuc0x4474 = 0x6A03
2330*36dcc4a4SLionel Sambuc0x4475 = 0x6A0F
2331*36dcc4a4SLionel Sambuc0x4476 = 0x6A11
2332*36dcc4a4SLionel Sambuc0x4477 = 0x6A15
2333*36dcc4a4SLionel Sambuc0x4478 = 0x6A1A
2334*36dcc4a4SLionel Sambuc0x4479 = 0x6A1D
2335*36dcc4a4SLionel Sambuc0x447A = 0x6A20
2336*36dcc4a4SLionel Sambuc0x447B = 0x6A24
2337*36dcc4a4SLionel Sambuc0x447C = 0x6A28
2338*36dcc4a4SLionel Sambuc0x447D = 0x6A30
2339*36dcc4a4SLionel Sambuc0x447E = 0x6A32
2340*36dcc4a4SLionel Sambuc0x4521 = 0x6A34
2341*36dcc4a4SLionel Sambuc0x4522 = 0x6A37
2342*36dcc4a4SLionel Sambuc0x4523 = 0x6A3B
2343*36dcc4a4SLionel Sambuc0x4524 = 0x6A3E
2344*36dcc4a4SLionel Sambuc0x4525 = 0x6A3F
2345*36dcc4a4SLionel Sambuc0x4526 = 0x6A45
2346*36dcc4a4SLionel Sambuc0x4527 = 0x6A46
2347*36dcc4a4SLionel Sambuc0x4528 = 0x6A49
2348*36dcc4a4SLionel Sambuc0x4529 = 0x6A4A
2349*36dcc4a4SLionel Sambuc0x452A = 0x6A4E
2350*36dcc4a4SLionel Sambuc0x452B = 0x6A50
2351*36dcc4a4SLionel Sambuc0x452C = 0x6A51
2352*36dcc4a4SLionel Sambuc0x452D = 0x6A52
2353*36dcc4a4SLionel Sambuc0x452E = 0x6A55
2354*36dcc4a4SLionel Sambuc0x452F = 0x6A56
2355*36dcc4a4SLionel Sambuc0x4530 = 0x6A5B
2356*36dcc4a4SLionel Sambuc0x4531 = 0x6A64
2357*36dcc4a4SLionel Sambuc0x4532 = 0x6A67
2358*36dcc4a4SLionel Sambuc0x4533 = 0x6A6A
2359*36dcc4a4SLionel Sambuc0x4534 = 0x6A71
2360*36dcc4a4SLionel Sambuc0x4535 = 0x6A73
2361*36dcc4a4SLionel Sambuc0x4536 = 0x6A7E
2362*36dcc4a4SLionel Sambuc0x4537 = 0x6A81
2363*36dcc4a4SLionel Sambuc0x4538 = 0x6A83
2364*36dcc4a4SLionel Sambuc0x4539 = 0x6A86
2365*36dcc4a4SLionel Sambuc0x453A = 0x6A87
2366*36dcc4a4SLionel Sambuc0x453B = 0x6A89
2367*36dcc4a4SLionel Sambuc0x453C = 0x6A8B
2368*36dcc4a4SLionel Sambuc0x453D = 0x6A91
2369*36dcc4a4SLionel Sambuc0x453E = 0x6A9B
2370*36dcc4a4SLionel Sambuc0x453F = 0x6A9D
2371*36dcc4a4SLionel Sambuc0x4540 = 0x6A9E
2372*36dcc4a4SLionel Sambuc0x4541 = 0x6A9F
2373*36dcc4a4SLionel Sambuc0x4542 = 0x6AA5
2374*36dcc4a4SLionel Sambuc0x4543 = 0x6AAB
2375*36dcc4a4SLionel Sambuc0x4544 = 0x6AAF
2376*36dcc4a4SLionel Sambuc0x4545 = 0x6AB0
2377*36dcc4a4SLionel Sambuc0x4546 = 0x6AB1
2378*36dcc4a4SLionel Sambuc0x4547 = 0x6AB4
2379*36dcc4a4SLionel Sambuc0x4548 = 0x6ABD
2380*36dcc4a4SLionel Sambuc0x4549 = 0x6ABE
2381*36dcc4a4SLionel Sambuc0x454A = 0x6ABF
2382*36dcc4a4SLionel Sambuc0x454B = 0x6AC6
2383*36dcc4a4SLionel Sambuc0x454C = 0x6AC9
2384*36dcc4a4SLionel Sambuc0x454D = 0x6AC8
2385*36dcc4a4SLionel Sambuc0x454E = 0x6ACC
2386*36dcc4a4SLionel Sambuc0x454F = 0x6AD0
2387*36dcc4a4SLionel Sambuc0x4550 = 0x6AD4
2388*36dcc4a4SLionel Sambuc0x4551 = 0x6AD5
2389*36dcc4a4SLionel Sambuc0x4552 = 0x6AD6
2390*36dcc4a4SLionel Sambuc0x4553 = 0x6ADC
2391*36dcc4a4SLionel Sambuc0x4554 = 0x6ADD
2392*36dcc4a4SLionel Sambuc0x4555 = 0x6AE4
2393*36dcc4a4SLionel Sambuc0x4556 = 0x6AE7
2394*36dcc4a4SLionel Sambuc0x4557 = 0x6AEC
2395*36dcc4a4SLionel Sambuc0x4558 = 0x6AF0
2396*36dcc4a4SLionel Sambuc0x4559 = 0x6AF1
2397*36dcc4a4SLionel Sambuc0x455A = 0x6AF2
2398*36dcc4a4SLionel Sambuc0x455B = 0x6AFC
2399*36dcc4a4SLionel Sambuc0x455C = 0x6AFD
2400*36dcc4a4SLionel Sambuc0x455D = 0x6B02
2401*36dcc4a4SLionel Sambuc0x455E = 0x6B03
2402*36dcc4a4SLionel Sambuc0x455F = 0x6B06
2403*36dcc4a4SLionel Sambuc0x4560 = 0x6B07
2404*36dcc4a4SLionel Sambuc0x4561 = 0x6B09
2405*36dcc4a4SLionel Sambuc0x4562 = 0x6B0F
2406*36dcc4a4SLionel Sambuc0x4563 = 0x6B10
2407*36dcc4a4SLionel Sambuc0x4564 = 0x6B11
2408*36dcc4a4SLionel Sambuc0x4565 = 0x6B17
2409*36dcc4a4SLionel Sambuc0x4566 = 0x6B1B
2410*36dcc4a4SLionel Sambuc0x4567 = 0x6B1E
2411*36dcc4a4SLionel Sambuc0x4568 = 0x6B24
2412*36dcc4a4SLionel Sambuc0x4569 = 0x6B28
2413*36dcc4a4SLionel Sambuc0x456A = 0x6B2B
2414*36dcc4a4SLionel Sambuc0x456B = 0x6B2C
2415*36dcc4a4SLionel Sambuc0x456C = 0x6B2F
2416*36dcc4a4SLionel Sambuc0x456D = 0x6B35
2417*36dcc4a4SLionel Sambuc0x456E = 0x6B36
2418*36dcc4a4SLionel Sambuc0x456F = 0x6B3B
2419*36dcc4a4SLionel Sambuc0x4570 = 0x6B3F
2420*36dcc4a4SLionel Sambuc0x4571 = 0x6B46
2421*36dcc4a4SLionel Sambuc0x4572 = 0x6B4A
2422*36dcc4a4SLionel Sambuc0x4573 = 0x6B4D
2423*36dcc4a4SLionel Sambuc0x4574 = 0x6B52
2424*36dcc4a4SLionel Sambuc0x4575 = 0x6B56
2425*36dcc4a4SLionel Sambuc0x4576 = 0x6B58
2426*36dcc4a4SLionel Sambuc0x4577 = 0x6B5D
2427*36dcc4a4SLionel Sambuc0x4578 = 0x6B60
2428*36dcc4a4SLionel Sambuc0x4579 = 0x6B67
2429*36dcc4a4SLionel Sambuc0x457A = 0x6B6B
2430*36dcc4a4SLionel Sambuc0x457B = 0x6B6E
2431*36dcc4a4SLionel Sambuc0x457C = 0x6B70
2432*36dcc4a4SLionel Sambuc0x457D = 0x6B75
2433*36dcc4a4SLionel Sambuc0x457E = 0x6B7D
2434*36dcc4a4SLionel Sambuc0x4621 = 0x6B7E
2435*36dcc4a4SLionel Sambuc0x4622 = 0x6B82
2436*36dcc4a4SLionel Sambuc0x4623 = 0x6B85
2437*36dcc4a4SLionel Sambuc0x4624 = 0x6B97
2438*36dcc4a4SLionel Sambuc0x4625 = 0x6B9B
2439*36dcc4a4SLionel Sambuc0x4626 = 0x6B9F
2440*36dcc4a4SLionel Sambuc0x4627 = 0x6BA0
2441*36dcc4a4SLionel Sambuc0x4628 = 0x6BA2
2442*36dcc4a4SLionel Sambuc0x4629 = 0x6BA3
2443*36dcc4a4SLionel Sambuc0x462A = 0x6BA8
2444*36dcc4a4SLionel Sambuc0x462B = 0x6BA9
2445*36dcc4a4SLionel Sambuc0x462C = 0x6BAC
2446*36dcc4a4SLionel Sambuc0x462D = 0x6BAD
2447*36dcc4a4SLionel Sambuc0x462E = 0x6BAE
2448*36dcc4a4SLionel Sambuc0x462F = 0x6BB0
2449*36dcc4a4SLionel Sambuc0x4630 = 0x6BB8
2450*36dcc4a4SLionel Sambuc0x4631 = 0x6BB9
2451*36dcc4a4SLionel Sambuc0x4632 = 0x6BBD
2452*36dcc4a4SLionel Sambuc0x4633 = 0x6BBE
2453*36dcc4a4SLionel Sambuc0x4634 = 0x6BC3
2454*36dcc4a4SLionel Sambuc0x4635 = 0x6BC4
2455*36dcc4a4SLionel Sambuc0x4636 = 0x6BC9
2456*36dcc4a4SLionel Sambuc0x4637 = 0x6BCC
2457*36dcc4a4SLionel Sambuc0x4638 = 0x6BD6
2458*36dcc4a4SLionel Sambuc0x4639 = 0x6BDA
2459*36dcc4a4SLionel Sambuc0x463A = 0x6BE1
2460*36dcc4a4SLionel Sambuc0x463B = 0x6BE3
2461*36dcc4a4SLionel Sambuc0x463C = 0x6BE6
2462*36dcc4a4SLionel Sambuc0x463D = 0x6BE7
2463*36dcc4a4SLionel Sambuc0x463E = 0x6BEE
2464*36dcc4a4SLionel Sambuc0x463F = 0x6BF1
2465*36dcc4a4SLionel Sambuc0x4640 = 0x6BF7
2466*36dcc4a4SLionel Sambuc0x4641 = 0x6BF9
2467*36dcc4a4SLionel Sambuc0x4642 = 0x6BFF
2468*36dcc4a4SLionel Sambuc0x4643 = 0x6C02
2469*36dcc4a4SLionel Sambuc0x4644 = 0x6C04
2470*36dcc4a4SLionel Sambuc0x4645 = 0x6C05
2471*36dcc4a4SLionel Sambuc0x4646 = 0x6C09
2472*36dcc4a4SLionel Sambuc0x4647 = 0x6C0D
2473*36dcc4a4SLionel Sambuc0x4648 = 0x6C0E
2474*36dcc4a4SLionel Sambuc0x4649 = 0x6C10
2475*36dcc4a4SLionel Sambuc0x464A = 0x6C12
2476*36dcc4a4SLionel Sambuc0x464B = 0x6C19
2477*36dcc4a4SLionel Sambuc0x464C = 0x6C1F
2478*36dcc4a4SLionel Sambuc0x464D = 0x6C26
2479*36dcc4a4SLionel Sambuc0x464E = 0x6C27
2480*36dcc4a4SLionel Sambuc0x464F = 0x6C28
2481*36dcc4a4SLionel Sambuc0x4650 = 0x6C2C
2482*36dcc4a4SLionel Sambuc0x4651 = 0x6C2E
2483*36dcc4a4SLionel Sambuc0x4652 = 0x6C33
2484*36dcc4a4SLionel Sambuc0x4653 = 0x6C35
2485*36dcc4a4SLionel Sambuc0x4654 = 0x6C36
2486*36dcc4a4SLionel Sambuc0x4655 = 0x6C3A
2487*36dcc4a4SLionel Sambuc0x4656 = 0x6C3B
2488*36dcc4a4SLionel Sambuc0x4657 = 0x6C3F
2489*36dcc4a4SLionel Sambuc0x4658 = 0x6C4A
2490*36dcc4a4SLionel Sambuc0x4659 = 0x6C4B
2491*36dcc4a4SLionel Sambuc0x465A = 0x6C4D
2492*36dcc4a4SLionel Sambuc0x465B = 0x6C4F
2493*36dcc4a4SLionel Sambuc0x465C = 0x6C52
2494*36dcc4a4SLionel Sambuc0x465D = 0x6C54
2495*36dcc4a4SLionel Sambuc0x465E = 0x6C59
2496*36dcc4a4SLionel Sambuc0x465F = 0x6C5B
2497*36dcc4a4SLionel Sambuc0x4660 = 0x6C5C
2498*36dcc4a4SLionel Sambuc0x4661 = 0x6C6B
2499*36dcc4a4SLionel Sambuc0x4662 = 0x6C6D
2500*36dcc4a4SLionel Sambuc0x4663 = 0x6C6F
2501*36dcc4a4SLionel Sambuc0x4664 = 0x6C74
2502*36dcc4a4SLionel Sambuc0x4665 = 0x6C76
2503*36dcc4a4SLionel Sambuc0x4666 = 0x6C78
2504*36dcc4a4SLionel Sambuc0x4667 = 0x6C79
2505*36dcc4a4SLionel Sambuc0x4668 = 0x6C7B
2506*36dcc4a4SLionel Sambuc0x4669 = 0x6C85
2507*36dcc4a4SLionel Sambuc0x466A = 0x6C86
2508*36dcc4a4SLionel Sambuc0x466B = 0x6C87
2509*36dcc4a4SLionel Sambuc0x466C = 0x6C89
2510*36dcc4a4SLionel Sambuc0x466D = 0x6C94
2511*36dcc4a4SLionel Sambuc0x466E = 0x6C95
2512*36dcc4a4SLionel Sambuc0x466F = 0x6C97
2513*36dcc4a4SLionel Sambuc0x4670 = 0x6C98
2514*36dcc4a4SLionel Sambuc0x4671 = 0x6C9C
2515*36dcc4a4SLionel Sambuc0x4672 = 0x6C9F
2516*36dcc4a4SLionel Sambuc0x4673 = 0x6CB0
2517*36dcc4a4SLionel Sambuc0x4674 = 0x6CB2
2518*36dcc4a4SLionel Sambuc0x4675 = 0x6CB4
2519*36dcc4a4SLionel Sambuc0x4676 = 0x6CC2
2520*36dcc4a4SLionel Sambuc0x4677 = 0x6CC6
2521*36dcc4a4SLionel Sambuc0x4678 = 0x6CCD
2522*36dcc4a4SLionel Sambuc0x4679 = 0x6CCF
2523*36dcc4a4SLionel Sambuc0x467A = 0x6CD0
2524*36dcc4a4SLionel Sambuc0x467B = 0x6CD1
2525*36dcc4a4SLionel Sambuc0x467C = 0x6CD2
2526*36dcc4a4SLionel Sambuc0x467D = 0x6CD4
2527*36dcc4a4SLionel Sambuc0x467E = 0x6CD6
2528*36dcc4a4SLionel Sambuc0x4721 = 0x6CDA
2529*36dcc4a4SLionel Sambuc0x4722 = 0x6CDC
2530*36dcc4a4SLionel Sambuc0x4723 = 0x6CE0
2531*36dcc4a4SLionel Sambuc0x4724 = 0x6CE7
2532*36dcc4a4SLionel Sambuc0x4725 = 0x6CE9
2533*36dcc4a4SLionel Sambuc0x4726 = 0x6CEB
2534*36dcc4a4SLionel Sambuc0x4727 = 0x6CEC
2535*36dcc4a4SLionel Sambuc0x4728 = 0x6CEE
2536*36dcc4a4SLionel Sambuc0x4729 = 0x6CF2
2537*36dcc4a4SLionel Sambuc0x472A = 0x6CF4
2538*36dcc4a4SLionel Sambuc0x472B = 0x6D04
2539*36dcc4a4SLionel Sambuc0x472C = 0x6D07
2540*36dcc4a4SLionel Sambuc0x472D = 0x6D0A
2541*36dcc4a4SLionel Sambuc0x472E = 0x6D0E
2542*36dcc4a4SLionel Sambuc0x472F = 0x6D0F
2543*36dcc4a4SLionel Sambuc0x4730 = 0x6D11
2544*36dcc4a4SLionel Sambuc0x4731 = 0x6D13
2545*36dcc4a4SLionel Sambuc0x4732 = 0x6D1A
2546*36dcc4a4SLionel Sambuc0x4733 = 0x6D26
2547*36dcc4a4SLionel Sambuc0x4734 = 0x6D27
2548*36dcc4a4SLionel Sambuc0x4735 = 0x6D28
2549*36dcc4a4SLionel Sambuc0x4736 = 0x6C67
2550*36dcc4a4SLionel Sambuc0x4737 = 0x6D2E
2551*36dcc4a4SLionel Sambuc0x4738 = 0x6D2F
2552*36dcc4a4SLionel Sambuc0x4739 = 0x6D31
2553*36dcc4a4SLionel Sambuc0x473A = 0x6D39
2554*36dcc4a4SLionel Sambuc0x473B = 0x6D3C
2555*36dcc4a4SLionel Sambuc0x473C = 0x6D3F
2556*36dcc4a4SLionel Sambuc0x473D = 0x6D57
2557*36dcc4a4SLionel Sambuc0x473E = 0x6D5E
2558*36dcc4a4SLionel Sambuc0x473F = 0x6D5F
2559*36dcc4a4SLionel Sambuc0x4740 = 0x6D61
2560*36dcc4a4SLionel Sambuc0x4741 = 0x6D65
2561*36dcc4a4SLionel Sambuc0x4742 = 0x6D67
2562*36dcc4a4SLionel Sambuc0x4743 = 0x6D6F
2563*36dcc4a4SLionel Sambuc0x4744 = 0x6D70
2564*36dcc4a4SLionel Sambuc0x4745 = 0x6D7C
2565*36dcc4a4SLionel Sambuc0x4746 = 0x6D82
2566*36dcc4a4SLionel Sambuc0x4747 = 0x6D87
2567*36dcc4a4SLionel Sambuc0x4748 = 0x6D91
2568*36dcc4a4SLionel Sambuc0x4749 = 0x6D92
2569*36dcc4a4SLionel Sambuc0x474A = 0x6D94
2570*36dcc4a4SLionel Sambuc0x474B = 0x6D96
2571*36dcc4a4SLionel Sambuc0x474C = 0x6D97
2572*36dcc4a4SLionel Sambuc0x474D = 0x6D98
2573*36dcc4a4SLionel Sambuc0x474E = 0x6DAA
2574*36dcc4a4SLionel Sambuc0x474F = 0x6DAC
2575*36dcc4a4SLionel Sambuc0x4750 = 0x6DB4
2576*36dcc4a4SLionel Sambuc0x4751 = 0x6DB7
2577*36dcc4a4SLionel Sambuc0x4752 = 0x6DB9
2578*36dcc4a4SLionel Sambuc0x4753 = 0x6DBD
2579*36dcc4a4SLionel Sambuc0x4754 = 0x6DBF
2580*36dcc4a4SLionel Sambuc0x4755 = 0x6DC4
2581*36dcc4a4SLionel Sambuc0x4756 = 0x6DC8
2582*36dcc4a4SLionel Sambuc0x4757 = 0x6DCA
2583*36dcc4a4SLionel Sambuc0x4758 = 0x6DCE
2584*36dcc4a4SLionel Sambuc0x4759 = 0x6DCF
2585*36dcc4a4SLionel Sambuc0x475A = 0x6DD6
2586*36dcc4a4SLionel Sambuc0x475B = 0x6DDB
2587*36dcc4a4SLionel Sambuc0x475C = 0x6DDD
2588*36dcc4a4SLionel Sambuc0x475D = 0x6DDF
2589*36dcc4a4SLionel Sambuc0x475E = 0x6DE0
2590*36dcc4a4SLionel Sambuc0x475F = 0x6DE2
2591*36dcc4a4SLionel Sambuc0x4760 = 0x6DE5
2592*36dcc4a4SLionel Sambuc0x4761 = 0x6DE9
2593*36dcc4a4SLionel Sambuc0x4762 = 0x6DEF
2594*36dcc4a4SLionel Sambuc0x4763 = 0x6DF0
2595*36dcc4a4SLionel Sambuc0x4764 = 0x6DF4
2596*36dcc4a4SLionel Sambuc0x4765 = 0x6DF6
2597*36dcc4a4SLionel Sambuc0x4766 = 0x6DFC
2598*36dcc4a4SLionel Sambuc0x4767 = 0x6E00
2599*36dcc4a4SLionel Sambuc0x4768 = 0x6E04
2600*36dcc4a4SLionel Sambuc0x4769 = 0x6E1E
2601*36dcc4a4SLionel Sambuc0x476A = 0x6E22
2602*36dcc4a4SLionel Sambuc0x476B = 0x6E27
2603*36dcc4a4SLionel Sambuc0x476C = 0x6E32
2604*36dcc4a4SLionel Sambuc0x476D = 0x6E36
2605*36dcc4a4SLionel Sambuc0x476E = 0x6E39
2606*36dcc4a4SLionel Sambuc0x476F = 0x6E3B
2607*36dcc4a4SLionel Sambuc0x4770 = 0x6E3C
2608*36dcc4a4SLionel Sambuc0x4771 = 0x6E44
2609*36dcc4a4SLionel Sambuc0x4772 = 0x6E45
2610*36dcc4a4SLionel Sambuc0x4773 = 0x6E48
2611*36dcc4a4SLionel Sambuc0x4774 = 0x6E49
2612*36dcc4a4SLionel Sambuc0x4775 = 0x6E4B
2613*36dcc4a4SLionel Sambuc0x4776 = 0x6E4F
2614*36dcc4a4SLionel Sambuc0x4777 = 0x6E51
2615*36dcc4a4SLionel Sambuc0x4778 = 0x6E52
2616*36dcc4a4SLionel Sambuc0x4779 = 0x6E53
2617*36dcc4a4SLionel Sambuc0x477A = 0x6E54
2618*36dcc4a4SLionel Sambuc0x477B = 0x6E57
2619*36dcc4a4SLionel Sambuc0x477C = 0x6E5C
2620*36dcc4a4SLionel Sambuc0x477D = 0x6E5D
2621*36dcc4a4SLionel Sambuc0x477E = 0x6E5E
2622*36dcc4a4SLionel Sambuc0x4821 = 0x6E62
2623*36dcc4a4SLionel Sambuc0x4822 = 0x6E63
2624*36dcc4a4SLionel Sambuc0x4823 = 0x6E68
2625*36dcc4a4SLionel Sambuc0x4824 = 0x6E73
2626*36dcc4a4SLionel Sambuc0x4825 = 0x6E7B
2627*36dcc4a4SLionel Sambuc0x4826 = 0x6E7D
2628*36dcc4a4SLionel Sambuc0x4827 = 0x6E8D
2629*36dcc4a4SLionel Sambuc0x4828 = 0x6E93
2630*36dcc4a4SLionel Sambuc0x4829 = 0x6E99
2631*36dcc4a4SLionel Sambuc0x482A = 0x6EA0
2632*36dcc4a4SLionel Sambuc0x482B = 0x6EA7
2633*36dcc4a4SLionel Sambuc0x482C = 0x6EAD
2634*36dcc4a4SLionel Sambuc0x482D = 0x6EAE
2635*36dcc4a4SLionel Sambuc0x482E = 0x6EB1
2636*36dcc4a4SLionel Sambuc0x482F = 0x6EB3
2637*36dcc4a4SLionel Sambuc0x4830 = 0x6EBB
2638*36dcc4a4SLionel Sambuc0x4831 = 0x6EBF
2639*36dcc4a4SLionel Sambuc0x4832 = 0x6EC0
2640*36dcc4a4SLionel Sambuc0x4833 = 0x6EC1
2641*36dcc4a4SLionel Sambuc0x4834 = 0x6EC3
2642*36dcc4a4SLionel Sambuc0x4835 = 0x6EC7
2643*36dcc4a4SLionel Sambuc0x4836 = 0x6EC8
2644*36dcc4a4SLionel Sambuc0x4837 = 0x6ECA
2645*36dcc4a4SLionel Sambuc0x4838 = 0x6ECD
2646*36dcc4a4SLionel Sambuc0x4839 = 0x6ECE
2647*36dcc4a4SLionel Sambuc0x483A = 0x6ECF
2648*36dcc4a4SLionel Sambuc0x483B = 0x6EEB
2649*36dcc4a4SLionel Sambuc0x483C = 0x6EED
2650*36dcc4a4SLionel Sambuc0x483D = 0x6EEE
2651*36dcc4a4SLionel Sambuc0x483E = 0x6EF9
2652*36dcc4a4SLionel Sambuc0x483F = 0x6EFB
2653*36dcc4a4SLionel Sambuc0x4840 = 0x6EFD
2654*36dcc4a4SLionel Sambuc0x4841 = 0x6F04
2655*36dcc4a4SLionel Sambuc0x4842 = 0x6F08
2656*36dcc4a4SLionel Sambuc0x4843 = 0x6F0A
2657*36dcc4a4SLionel Sambuc0x4844 = 0x6F0C
2658*36dcc4a4SLionel Sambuc0x4845 = 0x6F0D
2659*36dcc4a4SLionel Sambuc0x4846 = 0x6F16
2660*36dcc4a4SLionel Sambuc0x4847 = 0x6F18
2661*36dcc4a4SLionel Sambuc0x4848 = 0x6F1A
2662*36dcc4a4SLionel Sambuc0x4849 = 0x6F1B
2663*36dcc4a4SLionel Sambuc0x484A = 0x6F26
2664*36dcc4a4SLionel Sambuc0x484B = 0x6F29
2665*36dcc4a4SLionel Sambuc0x484C = 0x6F2A
2666*36dcc4a4SLionel Sambuc0x484D = 0x6F2F
2667*36dcc4a4SLionel Sambuc0x484E = 0x6F30
2668*36dcc4a4SLionel Sambuc0x484F = 0x6F33
2669*36dcc4a4SLionel Sambuc0x4850 = 0x6F36
2670*36dcc4a4SLionel Sambuc0x4851 = 0x6F3B
2671*36dcc4a4SLionel Sambuc0x4852 = 0x6F3C
2672*36dcc4a4SLionel Sambuc0x4853 = 0x6F2D
2673*36dcc4a4SLionel Sambuc0x4854 = 0x6F4F
2674*36dcc4a4SLionel Sambuc0x4855 = 0x6F51
2675*36dcc4a4SLionel Sambuc0x4856 = 0x6F52
2676*36dcc4a4SLionel Sambuc0x4857 = 0x6F53
2677*36dcc4a4SLionel Sambuc0x4858 = 0x6F57
2678*36dcc4a4SLionel Sambuc0x4859 = 0x6F59
2679*36dcc4a4SLionel Sambuc0x485A = 0x6F5A
2680*36dcc4a4SLionel Sambuc0x485B = 0x6F5D
2681*36dcc4a4SLionel Sambuc0x485C = 0x6F5E
2682*36dcc4a4SLionel Sambuc0x485D = 0x6F61
2683*36dcc4a4SLionel Sambuc0x485E = 0x6F62
2684*36dcc4a4SLionel Sambuc0x485F = 0x6F68
2685*36dcc4a4SLionel Sambuc0x4860 = 0x6F6C
2686*36dcc4a4SLionel Sambuc0x4861 = 0x6F7D
2687*36dcc4a4SLionel Sambuc0x4862 = 0x6F7E
2688*36dcc4a4SLionel Sambuc0x4863 = 0x6F83
2689*36dcc4a4SLionel Sambuc0x4864 = 0x6F87
2690*36dcc4a4SLionel Sambuc0x4865 = 0x6F88
2691*36dcc4a4SLionel Sambuc0x4866 = 0x6F8B
2692*36dcc4a4SLionel Sambuc0x4867 = 0x6F8C
2693*36dcc4a4SLionel Sambuc0x4868 = 0x6F8D
2694*36dcc4a4SLionel Sambuc0x4869 = 0x6F90
2695*36dcc4a4SLionel Sambuc0x486A = 0x6F92
2696*36dcc4a4SLionel Sambuc0x486B = 0x6F93
2697*36dcc4a4SLionel Sambuc0x486C = 0x6F94
2698*36dcc4a4SLionel Sambuc0x486D = 0x6F96
2699*36dcc4a4SLionel Sambuc0x486E = 0x6F9A
2700*36dcc4a4SLionel Sambuc0x486F = 0x6F9F
2701*36dcc4a4SLionel Sambuc0x4870 = 0x6FA0
2702*36dcc4a4SLionel Sambuc0x4871 = 0x6FA5
2703*36dcc4a4SLionel Sambuc0x4872 = 0x6FA6
2704*36dcc4a4SLionel Sambuc0x4873 = 0x6FA7
2705*36dcc4a4SLionel Sambuc0x4874 = 0x6FA8
2706*36dcc4a4SLionel Sambuc0x4875 = 0x6FAE
2707*36dcc4a4SLionel Sambuc0x4876 = 0x6FAF
2708*36dcc4a4SLionel Sambuc0x4877 = 0x6FB0
2709*36dcc4a4SLionel Sambuc0x4878 = 0x6FB5
2710*36dcc4a4SLionel Sambuc0x4879 = 0x6FB6
2711*36dcc4a4SLionel Sambuc0x487A = 0x6FBC
2712*36dcc4a4SLionel Sambuc0x487B = 0x6FC5
2713*36dcc4a4SLionel Sambuc0x487C = 0x6FC7
2714*36dcc4a4SLionel Sambuc0x487D = 0x6FC8
2715*36dcc4a4SLionel Sambuc0x487E = 0x6FCA
2716*36dcc4a4SLionel Sambuc0x4921 = 0x6FDA
2717*36dcc4a4SLionel Sambuc0x4922 = 0x6FDE
2718*36dcc4a4SLionel Sambuc0x4923 = 0x6FE8
2719*36dcc4a4SLionel Sambuc0x4924 = 0x6FE9
2720*36dcc4a4SLionel Sambuc0x4925 = 0x6FF0
2721*36dcc4a4SLionel Sambuc0x4926 = 0x6FF5
2722*36dcc4a4SLionel Sambuc0x4927 = 0x6FF9
2723*36dcc4a4SLionel Sambuc0x4928 = 0x6FFC
2724*36dcc4a4SLionel Sambuc0x4929 = 0x6FFD
2725*36dcc4a4SLionel Sambuc0x492A = 0x7000
2726*36dcc4a4SLionel Sambuc0x492B = 0x7005
2727*36dcc4a4SLionel Sambuc0x492C = 0x7006
2728*36dcc4a4SLionel Sambuc0x492D = 0x7007
2729*36dcc4a4SLionel Sambuc0x492E = 0x700D
2730*36dcc4a4SLionel Sambuc0x492F = 0x7017
2731*36dcc4a4SLionel Sambuc0x4930 = 0x7020
2732*36dcc4a4SLionel Sambuc0x4931 = 0x7023
2733*36dcc4a4SLionel Sambuc0x4932 = 0x702F
2734*36dcc4a4SLionel Sambuc0x4933 = 0x7034
2735*36dcc4a4SLionel Sambuc0x4934 = 0x7037
2736*36dcc4a4SLionel Sambuc0x4935 = 0x7039
2737*36dcc4a4SLionel Sambuc0x4936 = 0x703C
2738*36dcc4a4SLionel Sambuc0x4937 = 0x7043
2739*36dcc4a4SLionel Sambuc0x4938 = 0x7044
2740*36dcc4a4SLionel Sambuc0x4939 = 0x7048
2741*36dcc4a4SLionel Sambuc0x493A = 0x7049
2742*36dcc4a4SLionel Sambuc0x493B = 0x704A
2743*36dcc4a4SLionel Sambuc0x493C = 0x704B
2744*36dcc4a4SLionel Sambuc0x493D = 0x7054
2745*36dcc4a4SLionel Sambuc0x493E = 0x7055
2746*36dcc4a4SLionel Sambuc0x493F = 0x705D
2747*36dcc4a4SLionel Sambuc0x4940 = 0x705E
2748*36dcc4a4SLionel Sambuc0x4941 = 0x704E
2749*36dcc4a4SLionel Sambuc0x4942 = 0x7064
2750*36dcc4a4SLionel Sambuc0x4943 = 0x7065
2751*36dcc4a4SLionel Sambuc0x4944 = 0x706C
2752*36dcc4a4SLionel Sambuc0x4945 = 0x706E
2753*36dcc4a4SLionel Sambuc0x4946 = 0x7075
2754*36dcc4a4SLionel Sambuc0x4947 = 0x7076
2755*36dcc4a4SLionel Sambuc0x4948 = 0x707E
2756*36dcc4a4SLionel Sambuc0x4949 = 0x7081
2757*36dcc4a4SLionel Sambuc0x494A = 0x7085
2758*36dcc4a4SLionel Sambuc0x494B = 0x7086
2759*36dcc4a4SLionel Sambuc0x494C = 0x7094
2760*36dcc4a4SLionel Sambuc0x494D = 0x7095
2761*36dcc4a4SLionel Sambuc0x494E = 0x7096
2762*36dcc4a4SLionel Sambuc0x494F = 0x7097
2763*36dcc4a4SLionel Sambuc0x4950 = 0x7098
2764*36dcc4a4SLionel Sambuc0x4951 = 0x709B
2765*36dcc4a4SLionel Sambuc0x4952 = 0x70A4
2766*36dcc4a4SLionel Sambuc0x4953 = 0x70AB
2767*36dcc4a4SLionel Sambuc0x4954 = 0x70B0
2768*36dcc4a4SLionel Sambuc0x4955 = 0x70B1
2769*36dcc4a4SLionel Sambuc0x4956 = 0x70B4
2770*36dcc4a4SLionel Sambuc0x4957 = 0x70B7
2771*36dcc4a4SLionel Sambuc0x4958 = 0x70CA
2772*36dcc4a4SLionel Sambuc0x4959 = 0x70D1
2773*36dcc4a4SLionel Sambuc0x495A = 0x70D3
2774*36dcc4a4SLionel Sambuc0x495B = 0x70D4
2775*36dcc4a4SLionel Sambuc0x495C = 0x70D5
2776*36dcc4a4SLionel Sambuc0x495D = 0x70D6
2777*36dcc4a4SLionel Sambuc0x495E = 0x70D8
2778*36dcc4a4SLionel Sambuc0x495F = 0x70DC
2779*36dcc4a4SLionel Sambuc0x4960 = 0x70E4
2780*36dcc4a4SLionel Sambuc0x4961 = 0x70FA
2781*36dcc4a4SLionel Sambuc0x4962 = 0x7103
2782*36dcc4a4SLionel Sambuc0x4963 = 0x7104
2783*36dcc4a4SLionel Sambuc0x4964 = 0x7105
2784*36dcc4a4SLionel Sambuc0x4965 = 0x7106
2785*36dcc4a4SLionel Sambuc0x4966 = 0x7107
2786*36dcc4a4SLionel Sambuc0x4967 = 0x710B
2787*36dcc4a4SLionel Sambuc0x4968 = 0x710C
2788*36dcc4a4SLionel Sambuc0x4969 = 0x710F
2789*36dcc4a4SLionel Sambuc0x496A = 0x711E
2790*36dcc4a4SLionel Sambuc0x496B = 0x7120
2791*36dcc4a4SLionel Sambuc0x496C = 0x712B
2792*36dcc4a4SLionel Sambuc0x496D = 0x712D
2793*36dcc4a4SLionel Sambuc0x496E = 0x712F
2794*36dcc4a4SLionel Sambuc0x496F = 0x7130
2795*36dcc4a4SLionel Sambuc0x4970 = 0x7131
2796*36dcc4a4SLionel Sambuc0x4971 = 0x7138
2797*36dcc4a4SLionel Sambuc0x4972 = 0x7141
2798*36dcc4a4SLionel Sambuc0x4973 = 0x7145
2799*36dcc4a4SLionel Sambuc0x4974 = 0x7146
2800*36dcc4a4SLionel Sambuc0x4975 = 0x7147
2801*36dcc4a4SLionel Sambuc0x4976 = 0x714A
2802*36dcc4a4SLionel Sambuc0x4977 = 0x714B
2803*36dcc4a4SLionel Sambuc0x4978 = 0x7150
2804*36dcc4a4SLionel Sambuc0x4979 = 0x7152
2805*36dcc4a4SLionel Sambuc0x497A = 0x7157
2806*36dcc4a4SLionel Sambuc0x497B = 0x715A
2807*36dcc4a4SLionel Sambuc0x497C = 0x715C
2808*36dcc4a4SLionel Sambuc0x497D = 0x715E
2809*36dcc4a4SLionel Sambuc0x497E = 0x7160
2810*36dcc4a4SLionel Sambuc0x4A21 = 0x7168
2811*36dcc4a4SLionel Sambuc0x4A22 = 0x7179
2812*36dcc4a4SLionel Sambuc0x4A23 = 0x7180
2813*36dcc4a4SLionel Sambuc0x4A24 = 0x7185
2814*36dcc4a4SLionel Sambuc0x4A25 = 0x7187
2815*36dcc4a4SLionel Sambuc0x4A26 = 0x718C
2816*36dcc4a4SLionel Sambuc0x4A27 = 0x7192
2817*36dcc4a4SLionel Sambuc0x4A28 = 0x719A
2818*36dcc4a4SLionel Sambuc0x4A29 = 0x719B
2819*36dcc4a4SLionel Sambuc0x4A2A = 0x71A0
2820*36dcc4a4SLionel Sambuc0x4A2B = 0x71A2
2821*36dcc4a4SLionel Sambuc0x4A2C = 0x71AF
2822*36dcc4a4SLionel Sambuc0x4A2D = 0x71B0
2823*36dcc4a4SLionel Sambuc0x4A2E = 0x71B2
2824*36dcc4a4SLionel Sambuc0x4A2F = 0x71B3
2825*36dcc4a4SLionel Sambuc0x4A30 = 0x71BA
2826*36dcc4a4SLionel Sambuc0x4A31 = 0x71BF
2827*36dcc4a4SLionel Sambuc0x4A32 = 0x71C0
2828*36dcc4a4SLionel Sambuc0x4A33 = 0x71C1
2829*36dcc4a4SLionel Sambuc0x4A34 = 0x71C4
2830*36dcc4a4SLionel Sambuc0x4A35 = 0x71CB
2831*36dcc4a4SLionel Sambuc0x4A36 = 0x71CC
2832*36dcc4a4SLionel Sambuc0x4A37 = 0x71D3
2833*36dcc4a4SLionel Sambuc0x4A38 = 0x71D6
2834*36dcc4a4SLionel Sambuc0x4A39 = 0x71D9
2835*36dcc4a4SLionel Sambuc0x4A3A = 0x71DA
2836*36dcc4a4SLionel Sambuc0x4A3B = 0x71DC
2837*36dcc4a4SLionel Sambuc0x4A3C = 0x71F8
2838*36dcc4a4SLionel Sambuc0x4A3D = 0x71FE
2839*36dcc4a4SLionel Sambuc0x4A3E = 0x7200
2840*36dcc4a4SLionel Sambuc0x4A3F = 0x7207
2841*36dcc4a4SLionel Sambuc0x4A40 = 0x7208
2842*36dcc4a4SLionel Sambuc0x4A41 = 0x7209
2843*36dcc4a4SLionel Sambuc0x4A42 = 0x7213
2844*36dcc4a4SLionel Sambuc0x4A43 = 0x7217
2845*36dcc4a4SLionel Sambuc0x4A44 = 0x721A
2846*36dcc4a4SLionel Sambuc0x4A45 = 0x721D
2847*36dcc4a4SLionel Sambuc0x4A46 = 0x721F
2848*36dcc4a4SLionel Sambuc0x4A47 = 0x7224
2849*36dcc4a4SLionel Sambuc0x4A48 = 0x722B
2850*36dcc4a4SLionel Sambuc0x4A49 = 0x722F
2851*36dcc4a4SLionel Sambuc0x4A4A = 0x7234
2852*36dcc4a4SLionel Sambuc0x4A4B = 0x7238
2853*36dcc4a4SLionel Sambuc0x4A4C = 0x7239
2854*36dcc4a4SLionel Sambuc0x4A4D = 0x7241
2855*36dcc4a4SLionel Sambuc0x4A4E = 0x7242
2856*36dcc4a4SLionel Sambuc0x4A4F = 0x7243
2857*36dcc4a4SLionel Sambuc0x4A50 = 0x7245
2858*36dcc4a4SLionel Sambuc0x4A51 = 0x724E
2859*36dcc4a4SLionel Sambuc0x4A52 = 0x724F
2860*36dcc4a4SLionel Sambuc0x4A53 = 0x7250
2861*36dcc4a4SLionel Sambuc0x4A54 = 0x7253
2862*36dcc4a4SLionel Sambuc0x4A55 = 0x7255
2863*36dcc4a4SLionel Sambuc0x4A56 = 0x7256
2864*36dcc4a4SLionel Sambuc0x4A57 = 0x725A
2865*36dcc4a4SLionel Sambuc0x4A58 = 0x725C
2866*36dcc4a4SLionel Sambuc0x4A59 = 0x725E
2867*36dcc4a4SLionel Sambuc0x4A5A = 0x7260
2868*36dcc4a4SLionel Sambuc0x4A5B = 0x7263
2869*36dcc4a4SLionel Sambuc0x4A5C = 0x7268
2870*36dcc4a4SLionel Sambuc0x4A5D = 0x726B
2871*36dcc4a4SLionel Sambuc0x4A5E = 0x726E
2872*36dcc4a4SLionel Sambuc0x4A5F = 0x726F
2873*36dcc4a4SLionel Sambuc0x4A60 = 0x7271
2874*36dcc4a4SLionel Sambuc0x4A61 = 0x7277
2875*36dcc4a4SLionel Sambuc0x4A62 = 0x7278
2876*36dcc4a4SLionel Sambuc0x4A63 = 0x727B
2877*36dcc4a4SLionel Sambuc0x4A64 = 0x727C
2878*36dcc4a4SLionel Sambuc0x4A65 = 0x727F
2879*36dcc4a4SLionel Sambuc0x4A66 = 0x7284
2880*36dcc4a4SLionel Sambuc0x4A67 = 0x7289
2881*36dcc4a4SLionel Sambuc0x4A68 = 0x728D
2882*36dcc4a4SLionel Sambuc0x4A69 = 0x728E
2883*36dcc4a4SLionel Sambuc0x4A6A = 0x7293
2884*36dcc4a4SLionel Sambuc0x4A6B = 0x729B
2885*36dcc4a4SLionel Sambuc0x4A6C = 0x72A8
2886*36dcc4a4SLionel Sambuc0x4A6D = 0x72AD
2887*36dcc4a4SLionel Sambuc0x4A6E = 0x72AE
2888*36dcc4a4SLionel Sambuc0x4A6F = 0x72B1
2889*36dcc4a4SLionel Sambuc0x4A70 = 0x72B4
2890*36dcc4a4SLionel Sambuc0x4A71 = 0x72BE
2891*36dcc4a4SLionel Sambuc0x4A72 = 0x72C1
2892*36dcc4a4SLionel Sambuc0x4A73 = 0x72C7
2893*36dcc4a4SLionel Sambuc0x4A74 = 0x72C9
2894*36dcc4a4SLionel Sambuc0x4A75 = 0x72CC
2895*36dcc4a4SLionel Sambuc0x4A76 = 0x72D5
2896*36dcc4a4SLionel Sambuc0x4A77 = 0x72D6
2897*36dcc4a4SLionel Sambuc0x4A78 = 0x72D8
2898*36dcc4a4SLionel Sambuc0x4A79 = 0x72DF
2899*36dcc4a4SLionel Sambuc0x4A7A = 0x72E5
2900*36dcc4a4SLionel Sambuc0x4A7B = 0x72F3
2901*36dcc4a4SLionel Sambuc0x4A7C = 0x72F4
2902*36dcc4a4SLionel Sambuc0x4A7D = 0x72FA
2903*36dcc4a4SLionel Sambuc0x4A7E = 0x72FB
2904*36dcc4a4SLionel Sambuc0x4B21 = 0x72FE
2905*36dcc4a4SLionel Sambuc0x4B22 = 0x7302
2906*36dcc4a4SLionel Sambuc0x4B23 = 0x7304
2907*36dcc4a4SLionel Sambuc0x4B24 = 0x7305
2908*36dcc4a4SLionel Sambuc0x4B25 = 0x7307
2909*36dcc4a4SLionel Sambuc0x4B26 = 0x730B
2910*36dcc4a4SLionel Sambuc0x4B27 = 0x730D
2911*36dcc4a4SLionel Sambuc0x4B28 = 0x7312
2912*36dcc4a4SLionel Sambuc0x4B29 = 0x7313
2913*36dcc4a4SLionel Sambuc0x4B2A = 0x7318
2914*36dcc4a4SLionel Sambuc0x4B2B = 0x7319
2915*36dcc4a4SLionel Sambuc0x4B2C = 0x731E
2916*36dcc4a4SLionel Sambuc0x4B2D = 0x7322
2917*36dcc4a4SLionel Sambuc0x4B2E = 0x7324
2918*36dcc4a4SLionel Sambuc0x4B2F = 0x7327
2919*36dcc4a4SLionel Sambuc0x4B30 = 0x7328
2920*36dcc4a4SLionel Sambuc0x4B31 = 0x732C
2921*36dcc4a4SLionel Sambuc0x4B32 = 0x7331
2922*36dcc4a4SLionel Sambuc0x4B33 = 0x7332
2923*36dcc4a4SLionel Sambuc0x4B34 = 0x7335
2924*36dcc4a4SLionel Sambuc0x4B35 = 0x733A
2925*36dcc4a4SLionel Sambuc0x4B36 = 0x733B
2926*36dcc4a4SLionel Sambuc0x4B37 = 0x733D
2927*36dcc4a4SLionel Sambuc0x4B38 = 0x7343
2928*36dcc4a4SLionel Sambuc0x4B39 = 0x734D
2929*36dcc4a4SLionel Sambuc0x4B3A = 0x7350
2930*36dcc4a4SLionel Sambuc0x4B3B = 0x7352
2931*36dcc4a4SLionel Sambuc0x4B3C = 0x7356
2932*36dcc4a4SLionel Sambuc0x4B3D = 0x7358
2933*36dcc4a4SLionel Sambuc0x4B3E = 0x735D
2934*36dcc4a4SLionel Sambuc0x4B3F = 0x735E
2935*36dcc4a4SLionel Sambuc0x4B40 = 0x735F
2936*36dcc4a4SLionel Sambuc0x4B41 = 0x7360
2937*36dcc4a4SLionel Sambuc0x4B42 = 0x7366
2938*36dcc4a4SLionel Sambuc0x4B43 = 0x7367
2939*36dcc4a4SLionel Sambuc0x4B44 = 0x7369
2940*36dcc4a4SLionel Sambuc0x4B45 = 0x736B
2941*36dcc4a4SLionel Sambuc0x4B46 = 0x736C
2942*36dcc4a4SLionel Sambuc0x4B47 = 0x736E
2943*36dcc4a4SLionel Sambuc0x4B48 = 0x736F
2944*36dcc4a4SLionel Sambuc0x4B49 = 0x7371
2945*36dcc4a4SLionel Sambuc0x4B4A = 0x7377
2946*36dcc4a4SLionel Sambuc0x4B4B = 0x7379
2947*36dcc4a4SLionel Sambuc0x4B4C = 0x737C
2948*36dcc4a4SLionel Sambuc0x4B4D = 0x7380
2949*36dcc4a4SLionel Sambuc0x4B4E = 0x7381
2950*36dcc4a4SLionel Sambuc0x4B4F = 0x7383
2951*36dcc4a4SLionel Sambuc0x4B50 = 0x7385
2952*36dcc4a4SLionel Sambuc0x4B51 = 0x7386
2953*36dcc4a4SLionel Sambuc0x4B52 = 0x738E
2954*36dcc4a4SLionel Sambuc0x4B53 = 0x7390
2955*36dcc4a4SLionel Sambuc0x4B54 = 0x7393
2956*36dcc4a4SLionel Sambuc0x4B55 = 0x7395
2957*36dcc4a4SLionel Sambuc0x4B56 = 0x7397
2958*36dcc4a4SLionel Sambuc0x4B57 = 0x7398
2959*36dcc4a4SLionel Sambuc0x4B58 = 0x739C
2960*36dcc4a4SLionel Sambuc0x4B59 = 0x739E
2961*36dcc4a4SLionel Sambuc0x4B5A = 0x739F
2962*36dcc4a4SLionel Sambuc0x4B5B = 0x73A0
2963*36dcc4a4SLionel Sambuc0x4B5C = 0x73A2
2964*36dcc4a4SLionel Sambuc0x4B5D = 0x73A5
2965*36dcc4a4SLionel Sambuc0x4B5E = 0x73A6
2966*36dcc4a4SLionel Sambuc0x4B5F = 0x73AA
2967*36dcc4a4SLionel Sambuc0x4B60 = 0x73AB
2968*36dcc4a4SLionel Sambuc0x4B61 = 0x73AD
2969*36dcc4a4SLionel Sambuc0x4B62 = 0x73B5
2970*36dcc4a4SLionel Sambuc0x4B63 = 0x73B7
2971*36dcc4a4SLionel Sambuc0x4B64 = 0x73B9
2972*36dcc4a4SLionel Sambuc0x4B65 = 0x73BC
2973*36dcc4a4SLionel Sambuc0x4B66 = 0x73BD
2974*36dcc4a4SLionel Sambuc0x4B67 = 0x73BF
2975*36dcc4a4SLionel Sambuc0x4B68 = 0x73C5
2976*36dcc4a4SLionel Sambuc0x4B69 = 0x73C6
2977*36dcc4a4SLionel Sambuc0x4B6A = 0x73C9
2978*36dcc4a4SLionel Sambuc0x4B6B = 0x73CB
2979*36dcc4a4SLionel Sambuc0x4B6C = 0x73CC
2980*36dcc4a4SLionel Sambuc0x4B6D = 0x73CF
2981*36dcc4a4SLionel Sambuc0x4B6E = 0x73D2
2982*36dcc4a4SLionel Sambuc0x4B6F = 0x73D3
2983*36dcc4a4SLionel Sambuc0x4B70 = 0x73D6
2984*36dcc4a4SLionel Sambuc0x4B71 = 0x73D9
2985*36dcc4a4SLionel Sambuc0x4B72 = 0x73DD
2986*36dcc4a4SLionel Sambuc0x4B73 = 0x73E1
2987*36dcc4a4SLionel Sambuc0x4B74 = 0x73E3
2988*36dcc4a4SLionel Sambuc0x4B75 = 0x73E6
2989*36dcc4a4SLionel Sambuc0x4B76 = 0x73E7
2990*36dcc4a4SLionel Sambuc0x4B77 = 0x73E9
2991*36dcc4a4SLionel Sambuc0x4B78 = 0x73F4
2992*36dcc4a4SLionel Sambuc0x4B79 = 0x73F5
2993*36dcc4a4SLionel Sambuc0x4B7A = 0x73F7
2994*36dcc4a4SLionel Sambuc0x4B7B = 0x73F9
2995*36dcc4a4SLionel Sambuc0x4B7C = 0x73FA
2996*36dcc4a4SLionel Sambuc0x4B7D = 0x73FB
2997*36dcc4a4SLionel Sambuc0x4B7E = 0x73FD
2998*36dcc4a4SLionel Sambuc0x4C21 = 0x73FF
2999*36dcc4a4SLionel Sambuc0x4C22 = 0x7400
3000*36dcc4a4SLionel Sambuc0x4C23 = 0x7401
3001*36dcc4a4SLionel Sambuc0x4C24 = 0x7404
3002*36dcc4a4SLionel Sambuc0x4C25 = 0x7407
3003*36dcc4a4SLionel Sambuc0x4C26 = 0x740A
3004*36dcc4a4SLionel Sambuc0x4C27 = 0x7411
3005*36dcc4a4SLionel Sambuc0x4C28 = 0x741A
3006*36dcc4a4SLionel Sambuc0x4C29 = 0x741B
3007*36dcc4a4SLionel Sambuc0x4C2A = 0x7424
3008*36dcc4a4SLionel Sambuc0x4C2B = 0x7426
3009*36dcc4a4SLionel Sambuc0x4C2C = 0x7428
3010*36dcc4a4SLionel Sambuc0x4C2D = 0x7429
3011*36dcc4a4SLionel Sambuc0x4C2E = 0x742A
3012*36dcc4a4SLionel Sambuc0x4C2F = 0x742B
3013*36dcc4a4SLionel Sambuc0x4C30 = 0x742C
3014*36dcc4a4SLionel Sambuc0x4C31 = 0x742D
3015*36dcc4a4SLionel Sambuc0x4C32 = 0x742E
3016*36dcc4a4SLionel Sambuc0x4C33 = 0x742F
3017*36dcc4a4SLionel Sambuc0x4C34 = 0x7430
3018*36dcc4a4SLionel Sambuc0x4C35 = 0x7431
3019*36dcc4a4SLionel Sambuc0x4C36 = 0x7439
3020*36dcc4a4SLionel Sambuc0x4C37 = 0x7440
3021*36dcc4a4SLionel Sambuc0x4C38 = 0x7443
3022*36dcc4a4SLionel Sambuc0x4C39 = 0x7444
3023*36dcc4a4SLionel Sambuc0x4C3A = 0x7446
3024*36dcc4a4SLionel Sambuc0x4C3B = 0x7447
3025*36dcc4a4SLionel Sambuc0x4C3C = 0x744B
3026*36dcc4a4SLionel Sambuc0x4C3D = 0x744D
3027*36dcc4a4SLionel Sambuc0x4C3E = 0x7451
3028*36dcc4a4SLionel Sambuc0x4C3F = 0x7452
3029*36dcc4a4SLionel Sambuc0x4C40 = 0x7457
3030*36dcc4a4SLionel Sambuc0x4C41 = 0x745D
3031*36dcc4a4SLionel Sambuc0x4C42 = 0x7462
3032*36dcc4a4SLionel Sambuc0x4C43 = 0x7466
3033*36dcc4a4SLionel Sambuc0x4C44 = 0x7467
3034*36dcc4a4SLionel Sambuc0x4C45 = 0x7468
3035*36dcc4a4SLionel Sambuc0x4C46 = 0x746B
3036*36dcc4a4SLionel Sambuc0x4C47 = 0x746D
3037*36dcc4a4SLionel Sambuc0x4C48 = 0x746E
3038*36dcc4a4SLionel Sambuc0x4C49 = 0x7471
3039*36dcc4a4SLionel Sambuc0x4C4A = 0x7472
3040*36dcc4a4SLionel Sambuc0x4C4B = 0x7480
3041*36dcc4a4SLionel Sambuc0x4C4C = 0x7481
3042*36dcc4a4SLionel Sambuc0x4C4D = 0x7485
3043*36dcc4a4SLionel Sambuc0x4C4E = 0x7486
3044*36dcc4a4SLionel Sambuc0x4C4F = 0x7487
3045*36dcc4a4SLionel Sambuc0x4C50 = 0x7489
3046*36dcc4a4SLionel Sambuc0x4C51 = 0x748F
3047*36dcc4a4SLionel Sambuc0x4C52 = 0x7490
3048*36dcc4a4SLionel Sambuc0x4C53 = 0x7491
3049*36dcc4a4SLionel Sambuc0x4C54 = 0x7492
3050*36dcc4a4SLionel Sambuc0x4C55 = 0x7498
3051*36dcc4a4SLionel Sambuc0x4C56 = 0x7499
3052*36dcc4a4SLionel Sambuc0x4C57 = 0x749A
3053*36dcc4a4SLionel Sambuc0x4C58 = 0x749C
3054*36dcc4a4SLionel Sambuc0x4C59 = 0x749F
3055*36dcc4a4SLionel Sambuc0x4C5A = 0x74A0
3056*36dcc4a4SLionel Sambuc0x4C5B = 0x74A1
3057*36dcc4a4SLionel Sambuc0x4C5C = 0x74A3
3058*36dcc4a4SLionel Sambuc0x4C5D = 0x74A6
3059*36dcc4a4SLionel Sambuc0x4C5E = 0x74A8
3060*36dcc4a4SLionel Sambuc0x4C5F = 0x74A9
3061*36dcc4a4SLionel Sambuc0x4C60 = 0x74AA
3062*36dcc4a4SLionel Sambuc0x4C61 = 0x74AB
3063*36dcc4a4SLionel Sambuc0x4C62 = 0x74AE
3064*36dcc4a4SLionel Sambuc0x4C63 = 0x74AF
3065*36dcc4a4SLionel Sambuc0x4C64 = 0x74B1
3066*36dcc4a4SLionel Sambuc0x4C65 = 0x74B2
3067*36dcc4a4SLionel Sambuc0x4C66 = 0x74B5
3068*36dcc4a4SLionel Sambuc0x4C67 = 0x74B9
3069*36dcc4a4SLionel Sambuc0x4C68 = 0x74BB
3070*36dcc4a4SLionel Sambuc0x4C69 = 0x74BF
3071*36dcc4a4SLionel Sambuc0x4C6A = 0x74C8
3072*36dcc4a4SLionel Sambuc0x4C6B = 0x74C9
3073*36dcc4a4SLionel Sambuc0x4C6C = 0x74CC
3074*36dcc4a4SLionel Sambuc0x4C6D = 0x74D0
3075*36dcc4a4SLionel Sambuc0x4C6E = 0x74D3
3076*36dcc4a4SLionel Sambuc0x4C6F = 0x74D8
3077*36dcc4a4SLionel Sambuc0x4C70 = 0x74DA
3078*36dcc4a4SLionel Sambuc0x4C71 = 0x74DB
3079*36dcc4a4SLionel Sambuc0x4C72 = 0x74DE
3080*36dcc4a4SLionel Sambuc0x4C73 = 0x74DF
3081*36dcc4a4SLionel Sambuc0x4C74 = 0x74E4
3082*36dcc4a4SLionel Sambuc0x4C75 = 0x74E8
3083*36dcc4a4SLionel Sambuc0x4C76 = 0x74EA
3084*36dcc4a4SLionel Sambuc0x4C77 = 0x74EB
3085*36dcc4a4SLionel Sambuc0x4C78 = 0x74EF
3086*36dcc4a4SLionel Sambuc0x4C79 = 0x74F4
3087*36dcc4a4SLionel Sambuc0x4C7A = 0x74FA
3088*36dcc4a4SLionel Sambuc0x4C7B = 0x74FB
3089*36dcc4a4SLionel Sambuc0x4C7C = 0x74FC
3090*36dcc4a4SLionel Sambuc0x4C7D = 0x74FF
3091*36dcc4a4SLionel Sambuc0x4C7E = 0x7506
3092*36dcc4a4SLionel Sambuc0x4D21 = 0x7512
3093*36dcc4a4SLionel Sambuc0x4D22 = 0x7516
3094*36dcc4a4SLionel Sambuc0x4D23 = 0x7517
3095*36dcc4a4SLionel Sambuc0x4D24 = 0x7520
3096*36dcc4a4SLionel Sambuc0x4D25 = 0x7521
3097*36dcc4a4SLionel Sambuc0x4D26 = 0x7524
3098*36dcc4a4SLionel Sambuc0x4D27 = 0x7527
3099*36dcc4a4SLionel Sambuc0x4D28 = 0x7529
3100*36dcc4a4SLionel Sambuc0x4D29 = 0x752A
3101*36dcc4a4SLionel Sambuc0x4D2A = 0x752F
3102*36dcc4a4SLionel Sambuc0x4D2B = 0x7536
3103*36dcc4a4SLionel Sambuc0x4D2C = 0x7539
3104*36dcc4a4SLionel Sambuc0x4D2D = 0x753D
3105*36dcc4a4SLionel Sambuc0x4D2E = 0x753E
3106*36dcc4a4SLionel Sambuc0x4D2F = 0x753F
3107*36dcc4a4SLionel Sambuc0x4D30 = 0x7540
3108*36dcc4a4SLionel Sambuc0x4D31 = 0x7543
3109*36dcc4a4SLionel Sambuc0x4D32 = 0x7547
3110*36dcc4a4SLionel Sambuc0x4D33 = 0x7548
3111*36dcc4a4SLionel Sambuc0x4D34 = 0x754E
3112*36dcc4a4SLionel Sambuc0x4D35 = 0x7550
3113*36dcc4a4SLionel Sambuc0x4D36 = 0x7552
3114*36dcc4a4SLionel Sambuc0x4D37 = 0x7557
3115*36dcc4a4SLionel Sambuc0x4D38 = 0x755E
3116*36dcc4a4SLionel Sambuc0x4D39 = 0x755F
3117*36dcc4a4SLionel Sambuc0x4D3A = 0x7561
3118*36dcc4a4SLionel Sambuc0x4D3B = 0x756F
3119*36dcc4a4SLionel Sambuc0x4D3C = 0x7571
3120*36dcc4a4SLionel Sambuc0x4D3D = 0x7579
3121*36dcc4a4SLionel Sambuc0x4D3E = 0x757A
3122*36dcc4a4SLionel Sambuc0x4D3F = 0x757B
3123*36dcc4a4SLionel Sambuc0x4D40 = 0x757C
3124*36dcc4a4SLionel Sambuc0x4D41 = 0x757D
3125*36dcc4a4SLionel Sambuc0x4D42 = 0x757E
3126*36dcc4a4SLionel Sambuc0x4D43 = 0x7581
3127*36dcc4a4SLionel Sambuc0x4D44 = 0x7585
3128*36dcc4a4SLionel Sambuc0x4D45 = 0x7590
3129*36dcc4a4SLionel Sambuc0x4D46 = 0x7592
3130*36dcc4a4SLionel Sambuc0x4D47 = 0x7593
3131*36dcc4a4SLionel Sambuc0x4D48 = 0x7595
3132*36dcc4a4SLionel Sambuc0x4D49 = 0x7599
3133*36dcc4a4SLionel Sambuc0x4D4A = 0x759C
3134*36dcc4a4SLionel Sambuc0x4D4B = 0x75A2
3135*36dcc4a4SLionel Sambuc0x4D4C = 0x75A4
3136*36dcc4a4SLionel Sambuc0x4D4D = 0x75B4
3137*36dcc4a4SLionel Sambuc0x4D4E = 0x75BA
3138*36dcc4a4SLionel Sambuc0x4D4F = 0x75BF
3139*36dcc4a4SLionel Sambuc0x4D50 = 0x75C0
3140*36dcc4a4SLionel Sambuc0x4D51 = 0x75C1
3141*36dcc4a4SLionel Sambuc0x4D52 = 0x75C4
3142*36dcc4a4SLionel Sambuc0x4D53 = 0x75C6
3143*36dcc4a4SLionel Sambuc0x4D54 = 0x75CC
3144*36dcc4a4SLionel Sambuc0x4D55 = 0x75CE
3145*36dcc4a4SLionel Sambuc0x4D56 = 0x75CF
3146*36dcc4a4SLionel Sambuc0x4D57 = 0x75D7
3147*36dcc4a4SLionel Sambuc0x4D58 = 0x75DC
3148*36dcc4a4SLionel Sambuc0x4D59 = 0x75DF
3149*36dcc4a4SLionel Sambuc0x4D5A = 0x75E0
3150*36dcc4a4SLionel Sambuc0x4D5B = 0x75E1
3151*36dcc4a4SLionel Sambuc0x4D5C = 0x75E4
3152*36dcc4a4SLionel Sambuc0x4D5D = 0x75E7
3153*36dcc4a4SLionel Sambuc0x4D5E = 0x75EC
3154*36dcc4a4SLionel Sambuc0x4D5F = 0x75EE
3155*36dcc4a4SLionel Sambuc0x4D60 = 0x75EF
3156*36dcc4a4SLionel Sambuc0x4D61 = 0x75F1
3157*36dcc4a4SLionel Sambuc0x4D62 = 0x75F9
3158*36dcc4a4SLionel Sambuc0x4D63 = 0x7600
3159*36dcc4a4SLionel Sambuc0x4D64 = 0x7602
3160*36dcc4a4SLionel Sambuc0x4D65 = 0x7603
3161*36dcc4a4SLionel Sambuc0x4D66 = 0x7604
3162*36dcc4a4SLionel Sambuc0x4D67 = 0x7607
3163*36dcc4a4SLionel Sambuc0x4D68 = 0x7608
3164*36dcc4a4SLionel Sambuc0x4D69 = 0x760A
3165*36dcc4a4SLionel Sambuc0x4D6A = 0x760C
3166*36dcc4a4SLionel Sambuc0x4D6B = 0x760F
3167*36dcc4a4SLionel Sambuc0x4D6C = 0x7612
3168*36dcc4a4SLionel Sambuc0x4D6D = 0x7613
3169*36dcc4a4SLionel Sambuc0x4D6E = 0x7615
3170*36dcc4a4SLionel Sambuc0x4D6F = 0x7616
3171*36dcc4a4SLionel Sambuc0x4D70 = 0x7619
3172*36dcc4a4SLionel Sambuc0x4D71 = 0x761B
3173*36dcc4a4SLionel Sambuc0x4D72 = 0x761C
3174*36dcc4a4SLionel Sambuc0x4D73 = 0x761D
3175*36dcc4a4SLionel Sambuc0x4D74 = 0x761E
3176*36dcc4a4SLionel Sambuc0x4D75 = 0x7623
3177*36dcc4a4SLionel Sambuc0x4D76 = 0x7625
3178*36dcc4a4SLionel Sambuc0x4D77 = 0x7626
3179*36dcc4a4SLionel Sambuc0x4D78 = 0x7629
3180*36dcc4a4SLionel Sambuc0x4D79 = 0x762D
3181*36dcc4a4SLionel Sambuc0x4D7A = 0x7632
3182*36dcc4a4SLionel Sambuc0x4D7B = 0x7633
3183*36dcc4a4SLionel Sambuc0x4D7C = 0x7635
3184*36dcc4a4SLionel Sambuc0x4D7D = 0x7638
3185*36dcc4a4SLionel Sambuc0x4D7E = 0x7639
3186*36dcc4a4SLionel Sambuc0x4E21 = 0x763A
3187*36dcc4a4SLionel Sambuc0x4E22 = 0x763C
3188*36dcc4a4SLionel Sambuc0x4E23 = 0x764A
3189*36dcc4a4SLionel Sambuc0x4E24 = 0x7640
3190*36dcc4a4SLionel Sambuc0x4E25 = 0x7641
3191*36dcc4a4SLionel Sambuc0x4E26 = 0x7643
3192*36dcc4a4SLionel Sambuc0x4E27 = 0x7644
3193*36dcc4a4SLionel Sambuc0x4E28 = 0x7645
3194*36dcc4a4SLionel Sambuc0x4E29 = 0x7649
3195*36dcc4a4SLionel Sambuc0x4E2A = 0x764B
3196*36dcc4a4SLionel Sambuc0x4E2B = 0x7655
3197*36dcc4a4SLionel Sambuc0x4E2C = 0x7659
3198*36dcc4a4SLionel Sambuc0x4E2D = 0x765F
3199*36dcc4a4SLionel Sambuc0x4E2E = 0x7664
3200*36dcc4a4SLionel Sambuc0x4E2F = 0x7665
3201*36dcc4a4SLionel Sambuc0x4E30 = 0x766D
3202*36dcc4a4SLionel Sambuc0x4E31 = 0x766E
3203*36dcc4a4SLionel Sambuc0x4E32 = 0x766F
3204*36dcc4a4SLionel Sambuc0x4E33 = 0x7671
3205*36dcc4a4SLionel Sambuc0x4E34 = 0x7674
3206*36dcc4a4SLionel Sambuc0x4E35 = 0x7681
3207*36dcc4a4SLionel Sambuc0x4E36 = 0x7685
3208*36dcc4a4SLionel Sambuc0x4E37 = 0x768C
3209*36dcc4a4SLionel Sambuc0x4E38 = 0x768D
3210*36dcc4a4SLionel Sambuc0x4E39 = 0x7695
3211*36dcc4a4SLionel Sambuc0x4E3A = 0x769B
3212*36dcc4a4SLionel Sambuc0x4E3B = 0x769C
3213*36dcc4a4SLionel Sambuc0x4E3C = 0x769D
3214*36dcc4a4SLionel Sambuc0x4E3D = 0x769F
3215*36dcc4a4SLionel Sambuc0x4E3E = 0x76A0
3216*36dcc4a4SLionel Sambuc0x4E3F = 0x76A2
3217*36dcc4a4SLionel Sambuc0x4E40 = 0x76A3
3218*36dcc4a4SLionel Sambuc0x4E41 = 0x76A4
3219*36dcc4a4SLionel Sambuc0x4E42 = 0x76A5
3220*36dcc4a4SLionel Sambuc0x4E43 = 0x76A6
3221*36dcc4a4SLionel Sambuc0x4E44 = 0x76A7
3222*36dcc4a4SLionel Sambuc0x4E45 = 0x76A8
3223*36dcc4a4SLionel Sambuc0x4E46 = 0x76AA
3224*36dcc4a4SLionel Sambuc0x4E47 = 0x76AD
3225*36dcc4a4SLionel Sambuc0x4E48 = 0x76BD
3226*36dcc4a4SLionel Sambuc0x4E49 = 0x76C1
3227*36dcc4a4SLionel Sambuc0x4E4A = 0x76C5
3228*36dcc4a4SLionel Sambuc0x4E4B = 0x76C9
3229*36dcc4a4SLionel Sambuc0x4E4C = 0x76CB
3230*36dcc4a4SLionel Sambuc0x4E4D = 0x76CC
3231*36dcc4a4SLionel Sambuc0x4E4E = 0x76CE
3232*36dcc4a4SLionel Sambuc0x4E4F = 0x76D4
3233*36dcc4a4SLionel Sambuc0x4E50 = 0x76D9
3234*36dcc4a4SLionel Sambuc0x4E51 = 0x76E0
3235*36dcc4a4SLionel Sambuc0x4E52 = 0x76E6
3236*36dcc4a4SLionel Sambuc0x4E53 = 0x76E8
3237*36dcc4a4SLionel Sambuc0x4E54 = 0x76EC
3238*36dcc4a4SLionel Sambuc0x4E55 = 0x76F0
3239*36dcc4a4SLionel Sambuc0x4E56 = 0x76F1
3240*36dcc4a4SLionel Sambuc0x4E57 = 0x76F6
3241*36dcc4a4SLionel Sambuc0x4E58 = 0x76F9
3242*36dcc4a4SLionel Sambuc0x4E59 = 0x76FC
3243*36dcc4a4SLionel Sambuc0x4E5A = 0x7700
3244*36dcc4a4SLionel Sambuc0x4E5B = 0x7706
3245*36dcc4a4SLionel Sambuc0x4E5C = 0x770A
3246*36dcc4a4SLionel Sambuc0x4E5D = 0x770E
3247*36dcc4a4SLionel Sambuc0x4E5E = 0x7712
3248*36dcc4a4SLionel Sambuc0x4E5F = 0x7714
3249*36dcc4a4SLionel Sambuc0x4E60 = 0x7715
3250*36dcc4a4SLionel Sambuc0x4E61 = 0x7717
3251*36dcc4a4SLionel Sambuc0x4E62 = 0x7719
3252*36dcc4a4SLionel Sambuc0x4E63 = 0x771A
3253*36dcc4a4SLionel Sambuc0x4E64 = 0x771C
3254*36dcc4a4SLionel Sambuc0x4E65 = 0x7722
3255*36dcc4a4SLionel Sambuc0x4E66 = 0x7728
3256*36dcc4a4SLionel Sambuc0x4E67 = 0x772D
3257*36dcc4a4SLionel Sambuc0x4E68 = 0x772E
3258*36dcc4a4SLionel Sambuc0x4E69 = 0x772F
3259*36dcc4a4SLionel Sambuc0x4E6A = 0x7734
3260*36dcc4a4SLionel Sambuc0x4E6B = 0x7735
3261*36dcc4a4SLionel Sambuc0x4E6C = 0x7736
3262*36dcc4a4SLionel Sambuc0x4E6D = 0x7739
3263*36dcc4a4SLionel Sambuc0x4E6E = 0x773D
3264*36dcc4a4SLionel Sambuc0x4E6F = 0x773E
3265*36dcc4a4SLionel Sambuc0x4E70 = 0x7742
3266*36dcc4a4SLionel Sambuc0x4E71 = 0x7745
3267*36dcc4a4SLionel Sambuc0x4E72 = 0x7746
3268*36dcc4a4SLionel Sambuc0x4E73 = 0x774A
3269*36dcc4a4SLionel Sambuc0x4E74 = 0x774D
3270*36dcc4a4SLionel Sambuc0x4E75 = 0x774E
3271*36dcc4a4SLionel Sambuc0x4E76 = 0x774F
3272*36dcc4a4SLionel Sambuc0x4E77 = 0x7752
3273*36dcc4a4SLionel Sambuc0x4E78 = 0x7756
3274*36dcc4a4SLionel Sambuc0x4E79 = 0x7757
3275*36dcc4a4SLionel Sambuc0x4E7A = 0x775C
3276*36dcc4a4SLionel Sambuc0x4E7B = 0x775E
3277*36dcc4a4SLionel Sambuc0x4E7C = 0x775F
3278*36dcc4a4SLionel Sambuc0x4E7D = 0x7760
3279*36dcc4a4SLionel Sambuc0x4E7E = 0x7762
3280*36dcc4a4SLionel Sambuc0x4F21 = 0x7764
3281*36dcc4a4SLionel Sambuc0x4F22 = 0x7767
3282*36dcc4a4SLionel Sambuc0x4F23 = 0x776A
3283*36dcc4a4SLionel Sambuc0x4F24 = 0x776C
3284*36dcc4a4SLionel Sambuc0x4F25 = 0x7770
3285*36dcc4a4SLionel Sambuc0x4F26 = 0x7772
3286*36dcc4a4SLionel Sambuc0x4F27 = 0x7773
3287*36dcc4a4SLionel Sambuc0x4F28 = 0x7774
3288*36dcc4a4SLionel Sambuc0x4F29 = 0x777A
3289*36dcc4a4SLionel Sambuc0x4F2A = 0x777D
3290*36dcc4a4SLionel Sambuc0x4F2B = 0x7780
3291*36dcc4a4SLionel Sambuc0x4F2C = 0x7784
3292*36dcc4a4SLionel Sambuc0x4F2D = 0x778C
3293*36dcc4a4SLionel Sambuc0x4F2E = 0x778D
3294*36dcc4a4SLionel Sambuc0x4F2F = 0x7794
3295*36dcc4a4SLionel Sambuc0x4F30 = 0x7795
3296*36dcc4a4SLionel Sambuc0x4F31 = 0x7796
3297*36dcc4a4SLionel Sambuc0x4F32 = 0x779A
3298*36dcc4a4SLionel Sambuc0x4F33 = 0x779F
3299*36dcc4a4SLionel Sambuc0x4F34 = 0x77A2
3300*36dcc4a4SLionel Sambuc0x4F35 = 0x77A7
3301*36dcc4a4SLionel Sambuc0x4F36 = 0x77AA
3302*36dcc4a4SLionel Sambuc0x4F37 = 0x77AE
3303*36dcc4a4SLionel Sambuc0x4F38 = 0x77AF
3304*36dcc4a4SLionel Sambuc0x4F39 = 0x77B1
3305*36dcc4a4SLionel Sambuc0x4F3A = 0x77B5
3306*36dcc4a4SLionel Sambuc0x4F3B = 0x77BE
3307*36dcc4a4SLionel Sambuc0x4F3C = 0x77C3
3308*36dcc4a4SLionel Sambuc0x4F3D = 0x77C9
3309*36dcc4a4SLionel Sambuc0x4F3E = 0x77D1
3310*36dcc4a4SLionel Sambuc0x4F3F = 0x77D2
3311*36dcc4a4SLionel Sambuc0x4F40 = 0x77D5
3312*36dcc4a4SLionel Sambuc0x4F41 = 0x77D9
3313*36dcc4a4SLionel Sambuc0x4F42 = 0x77DE
3314*36dcc4a4SLionel Sambuc0x4F43 = 0x77DF
3315*36dcc4a4SLionel Sambuc0x4F44 = 0x77E0
3316*36dcc4a4SLionel Sambuc0x4F45 = 0x77E4
3317*36dcc4a4SLionel Sambuc0x4F46 = 0x77E6
3318*36dcc4a4SLionel Sambuc0x4F47 = 0x77EA
3319*36dcc4a4SLionel Sambuc0x4F48 = 0x77EC
3320*36dcc4a4SLionel Sambuc0x4F49 = 0x77F0
3321*36dcc4a4SLionel Sambuc0x4F4A = 0x77F1
3322*36dcc4a4SLionel Sambuc0x4F4B = 0x77F4
3323*36dcc4a4SLionel Sambuc0x4F4C = 0x77F8
3324*36dcc4a4SLionel Sambuc0x4F4D = 0x77FB
3325*36dcc4a4SLionel Sambuc0x4F4E = 0x7805
3326*36dcc4a4SLionel Sambuc0x4F4F = 0x7806
3327*36dcc4a4SLionel Sambuc0x4F50 = 0x7809
3328*36dcc4a4SLionel Sambuc0x4F51 = 0x780D
3329*36dcc4a4SLionel Sambuc0x4F52 = 0x780E
3330*36dcc4a4SLionel Sambuc0x4F53 = 0x7811
3331*36dcc4a4SLionel Sambuc0x4F54 = 0x781D
3332*36dcc4a4SLionel Sambuc0x4F55 = 0x7821
3333*36dcc4a4SLionel Sambuc0x4F56 = 0x7822
3334*36dcc4a4SLionel Sambuc0x4F57 = 0x7823
3335*36dcc4a4SLionel Sambuc0x4F58 = 0x782D
3336*36dcc4a4SLionel Sambuc0x4F59 = 0x782E
3337*36dcc4a4SLionel Sambuc0x4F5A = 0x7830
3338*36dcc4a4SLionel Sambuc0x4F5B = 0x7835
3339*36dcc4a4SLionel Sambuc0x4F5C = 0x7837
3340*36dcc4a4SLionel Sambuc0x4F5D = 0x7843
3341*36dcc4a4SLionel Sambuc0x4F5E = 0x7844
3342*36dcc4a4SLionel Sambuc0x4F5F = 0x7847
3343*36dcc4a4SLionel Sambuc0x4F60 = 0x7848
3344*36dcc4a4SLionel Sambuc0x4F61 = 0x784C
3345*36dcc4a4SLionel Sambuc0x4F62 = 0x784E
3346*36dcc4a4SLionel Sambuc0x4F63 = 0x7852
3347*36dcc4a4SLionel Sambuc0x4F64 = 0x785C
3348*36dcc4a4SLionel Sambuc0x4F65 = 0x785E
3349*36dcc4a4SLionel Sambuc0x4F66 = 0x7860
3350*36dcc4a4SLionel Sambuc0x4F67 = 0x7861
3351*36dcc4a4SLionel Sambuc0x4F68 = 0x7863
3352*36dcc4a4SLionel Sambuc0x4F69 = 0x7864
3353*36dcc4a4SLionel Sambuc0x4F6A = 0x7868
3354*36dcc4a4SLionel Sambuc0x4F6B = 0x786A
3355*36dcc4a4SLionel Sambuc0x4F6C = 0x786E
3356*36dcc4a4SLionel Sambuc0x4F6D = 0x787A
3357*36dcc4a4SLionel Sambuc0x4F6E = 0x787E
3358*36dcc4a4SLionel Sambuc0x4F6F = 0x788A
3359*36dcc4a4SLionel Sambuc0x4F70 = 0x788F
3360*36dcc4a4SLionel Sambuc0x4F71 = 0x7894
3361*36dcc4a4SLionel Sambuc0x4F72 = 0x7898
3362*36dcc4a4SLionel Sambuc0x4F73 = 0x78A1
3363*36dcc4a4SLionel Sambuc0x4F74 = 0x789D
3364*36dcc4a4SLionel Sambuc0x4F75 = 0x789E
3365*36dcc4a4SLionel Sambuc0x4F76 = 0x789F
3366*36dcc4a4SLionel Sambuc0x4F77 = 0x78A4
3367*36dcc4a4SLionel Sambuc0x4F78 = 0x78A8
3368*36dcc4a4SLionel Sambuc0x4F79 = 0x78AC
3369*36dcc4a4SLionel Sambuc0x4F7A = 0x78AD
3370*36dcc4a4SLionel Sambuc0x4F7B = 0x78B0
3371*36dcc4a4SLionel Sambuc0x4F7C = 0x78B1
3372*36dcc4a4SLionel Sambuc0x4F7D = 0x78B2
3373*36dcc4a4SLionel Sambuc0x4F7E = 0x78B3
3374*36dcc4a4SLionel Sambuc0x5021 = 0x78BB
3375*36dcc4a4SLionel Sambuc0x5022 = 0x78BD
3376*36dcc4a4SLionel Sambuc0x5023 = 0x78BF
3377*36dcc4a4SLionel Sambuc0x5024 = 0x78C7
3378*36dcc4a4SLionel Sambuc0x5025 = 0x78C8
3379*36dcc4a4SLionel Sambuc0x5026 = 0x78C9
3380*36dcc4a4SLionel Sambuc0x5027 = 0x78CC
3381*36dcc4a4SLionel Sambuc0x5028 = 0x78CE
3382*36dcc4a4SLionel Sambuc0x5029 = 0x78D2
3383*36dcc4a4SLionel Sambuc0x502A = 0x78D3
3384*36dcc4a4SLionel Sambuc0x502B = 0x78D5
3385*36dcc4a4SLionel Sambuc0x502C = 0x78D6
3386*36dcc4a4SLionel Sambuc0x502D = 0x78E4
3387*36dcc4a4SLionel Sambuc0x502E = 0x78DB
3388*36dcc4a4SLionel Sambuc0x502F = 0x78DF
3389*36dcc4a4SLionel Sambuc0x5030 = 0x78E0
3390*36dcc4a4SLionel Sambuc0x5031 = 0x78E1
3391*36dcc4a4SLionel Sambuc0x5032 = 0x78E6
3392*36dcc4a4SLionel Sambuc0x5033 = 0x78EA
3393*36dcc4a4SLionel Sambuc0x5034 = 0x78F2
3394*36dcc4a4SLionel Sambuc0x5035 = 0x78F3
3395*36dcc4a4SLionel Sambuc0x5036 = 0x7900
3396*36dcc4a4SLionel Sambuc0x5037 = 0x78F6
3397*36dcc4a4SLionel Sambuc0x5038 = 0x78F7
3398*36dcc4a4SLionel Sambuc0x5039 = 0x78FA
3399*36dcc4a4SLionel Sambuc0x503A = 0x78FB
3400*36dcc4a4SLionel Sambuc0x503B = 0x78FF
3401*36dcc4a4SLionel Sambuc0x503C = 0x7906
3402*36dcc4a4SLionel Sambuc0x503D = 0x790C
3403*36dcc4a4SLionel Sambuc0x503E = 0x7910
3404*36dcc4a4SLionel Sambuc0x503F = 0x791A
3405*36dcc4a4SLionel Sambuc0x5040 = 0x791C
3406*36dcc4a4SLionel Sambuc0x5041 = 0x791E
3407*36dcc4a4SLionel Sambuc0x5042 = 0x791F
3408*36dcc4a4SLionel Sambuc0x5043 = 0x7920
3409*36dcc4a4SLionel Sambuc0x5044 = 0x7925
3410*36dcc4a4SLionel Sambuc0x5045 = 0x7927
3411*36dcc4a4SLionel Sambuc0x5046 = 0x7929
3412*36dcc4a4SLionel Sambuc0x5047 = 0x792D
3413*36dcc4a4SLionel Sambuc0x5048 = 0x7931
3414*36dcc4a4SLionel Sambuc0x5049 = 0x7934
3415*36dcc4a4SLionel Sambuc0x504A = 0x7935
3416*36dcc4a4SLionel Sambuc0x504B = 0x793B
3417*36dcc4a4SLionel Sambuc0x504C = 0x793D
3418*36dcc4a4SLionel Sambuc0x504D = 0x793F
3419*36dcc4a4SLionel Sambuc0x504E = 0x7944
3420*36dcc4a4SLionel Sambuc0x504F = 0x7945
3421*36dcc4a4SLionel Sambuc0x5050 = 0x7946
3422*36dcc4a4SLionel Sambuc0x5051 = 0x794A
3423*36dcc4a4SLionel Sambuc0x5052 = 0x794B
3424*36dcc4a4SLionel Sambuc0x5053 = 0x794F
3425*36dcc4a4SLionel Sambuc0x5054 = 0x7951
3426*36dcc4a4SLionel Sambuc0x5055 = 0x7954
3427*36dcc4a4SLionel Sambuc0x5056 = 0x7958
3428*36dcc4a4SLionel Sambuc0x5057 = 0x795B
3429*36dcc4a4SLionel Sambuc0x5058 = 0x795C
3430*36dcc4a4SLionel Sambuc0x5059 = 0x7967
3431*36dcc4a4SLionel Sambuc0x505A = 0x7969
3432*36dcc4a4SLionel Sambuc0x505B = 0x796B
3433*36dcc4a4SLionel Sambuc0x505C = 0x7972
3434*36dcc4a4SLionel Sambuc0x505D = 0x7979
3435*36dcc4a4SLionel Sambuc0x505E = 0x797B
3436*36dcc4a4SLionel Sambuc0x505F = 0x797C
3437*36dcc4a4SLionel Sambuc0x5060 = 0x797E
3438*36dcc4a4SLionel Sambuc0x5061 = 0x798B
3439*36dcc4a4SLionel Sambuc0x5062 = 0x798C
3440*36dcc4a4SLionel Sambuc0x5063 = 0x7991
3441*36dcc4a4SLionel Sambuc0x5064 = 0x7993
3442*36dcc4a4SLionel Sambuc0x5065 = 0x7994
3443*36dcc4a4SLionel Sambuc0x5066 = 0x7995
3444*36dcc4a4SLionel Sambuc0x5067 = 0x7996
3445*36dcc4a4SLionel Sambuc0x5068 = 0x7998
3446*36dcc4a4SLionel Sambuc0x5069 = 0x799B
3447*36dcc4a4SLionel Sambuc0x506A = 0x799C
3448*36dcc4a4SLionel Sambuc0x506B = 0x79A1
3449*36dcc4a4SLionel Sambuc0x506C = 0x79A8
3450*36dcc4a4SLionel Sambuc0x506D = 0x79A9
3451*36dcc4a4SLionel Sambuc0x506E = 0x79AB
3452*36dcc4a4SLionel Sambuc0x506F = 0x79AF
3453*36dcc4a4SLionel Sambuc0x5070 = 0x79B1
3454*36dcc4a4SLionel Sambuc0x5071 = 0x79B4
3455*36dcc4a4SLionel Sambuc0x5072 = 0x79B8
3456*36dcc4a4SLionel Sambuc0x5073 = 0x79BB
3457*36dcc4a4SLionel Sambuc0x5074 = 0x79C2
3458*36dcc4a4SLionel Sambuc0x5075 = 0x79C4
3459*36dcc4a4SLionel Sambuc0x5076 = 0x79C7
3460*36dcc4a4SLionel Sambuc0x5077 = 0x79C8
3461*36dcc4a4SLionel Sambuc0x5078 = 0x79CA
3462*36dcc4a4SLionel Sambuc0x5079 = 0x79CF
3463*36dcc4a4SLionel Sambuc0x507A = 0x79D4
3464*36dcc4a4SLionel Sambuc0x507B = 0x79D6
3465*36dcc4a4SLionel Sambuc0x507C = 0x79DA
3466*36dcc4a4SLionel Sambuc0x507D = 0x79DD
3467*36dcc4a4SLionel Sambuc0x507E = 0x79DE
3468*36dcc4a4SLionel Sambuc0x5121 = 0x79E0
3469*36dcc4a4SLionel Sambuc0x5122 = 0x79E2
3470*36dcc4a4SLionel Sambuc0x5123 = 0x79E5
3471*36dcc4a4SLionel Sambuc0x5124 = 0x79EA
3472*36dcc4a4SLionel Sambuc0x5125 = 0x79EB
3473*36dcc4a4SLionel Sambuc0x5126 = 0x79ED
3474*36dcc4a4SLionel Sambuc0x5127 = 0x79F1
3475*36dcc4a4SLionel Sambuc0x5128 = 0x79F8
3476*36dcc4a4SLionel Sambuc0x5129 = 0x79FC
3477*36dcc4a4SLionel Sambuc0x512A = 0x7A02
3478*36dcc4a4SLionel Sambuc0x512B = 0x7A03
3479*36dcc4a4SLionel Sambuc0x512C = 0x7A07
3480*36dcc4a4SLionel Sambuc0x512D = 0x7A09
3481*36dcc4a4SLionel Sambuc0x512E = 0x7A0A
3482*36dcc4a4SLionel Sambuc0x512F = 0x7A0C
3483*36dcc4a4SLionel Sambuc0x5130 = 0x7A11
3484*36dcc4a4SLionel Sambuc0x5131 = 0x7A15
3485*36dcc4a4SLionel Sambuc0x5132 = 0x7A1B
3486*36dcc4a4SLionel Sambuc0x5133 = 0x7A1E
3487*36dcc4a4SLionel Sambuc0x5134 = 0x7A21
3488*36dcc4a4SLionel Sambuc0x5135 = 0x7A27
3489*36dcc4a4SLionel Sambuc0x5136 = 0x7A2B
3490*36dcc4a4SLionel Sambuc0x5137 = 0x7A2D
3491*36dcc4a4SLionel Sambuc0x5138 = 0x7A2F
3492*36dcc4a4SLionel Sambuc0x5139 = 0x7A30
3493*36dcc4a4SLionel Sambuc0x513A = 0x7A34
3494*36dcc4a4SLionel Sambuc0x513B = 0x7A35
3495*36dcc4a4SLionel Sambuc0x513C = 0x7A38
3496*36dcc4a4SLionel Sambuc0x513D = 0x7A39
3497*36dcc4a4SLionel Sambuc0x513E = 0x7A3A
3498*36dcc4a4SLionel Sambuc0x513F = 0x7A44
3499*36dcc4a4SLionel Sambuc0x5140 = 0x7A45
3500*36dcc4a4SLionel Sambuc0x5141 = 0x7A47
3501*36dcc4a4SLionel Sambuc0x5142 = 0x7A48
3502*36dcc4a4SLionel Sambuc0x5143 = 0x7A4C
3503*36dcc4a4SLionel Sambuc0x5144 = 0x7A55
3504*36dcc4a4SLionel Sambuc0x5145 = 0x7A56
3505*36dcc4a4SLionel Sambuc0x5146 = 0x7A59
3506*36dcc4a4SLionel Sambuc0x5147 = 0x7A5C
3507*36dcc4a4SLionel Sambuc0x5148 = 0x7A5D
3508*36dcc4a4SLionel Sambuc0x5149 = 0x7A5F
3509*36dcc4a4SLionel Sambuc0x514A = 0x7A60
3510*36dcc4a4SLionel Sambuc0x514B = 0x7A65
3511*36dcc4a4SLionel Sambuc0x514C = 0x7A67
3512*36dcc4a4SLionel Sambuc0x514D = 0x7A6A
3513*36dcc4a4SLionel Sambuc0x514E = 0x7A6D
3514*36dcc4a4SLionel Sambuc0x514F = 0x7A75
3515*36dcc4a4SLionel Sambuc0x5150 = 0x7A78
3516*36dcc4a4SLionel Sambuc0x5151 = 0x7A7E
3517*36dcc4a4SLionel Sambuc0x5152 = 0x7A80
3518*36dcc4a4SLionel Sambuc0x5153 = 0x7A82
3519*36dcc4a4SLionel Sambuc0x5154 = 0x7A85
3520*36dcc4a4SLionel Sambuc0x5155 = 0x7A86
3521*36dcc4a4SLionel Sambuc0x5156 = 0x7A8A
3522*36dcc4a4SLionel Sambuc0x5157 = 0x7A8B
3523*36dcc4a4SLionel Sambuc0x5158 = 0x7A90
3524*36dcc4a4SLionel Sambuc0x5159 = 0x7A91
3525*36dcc4a4SLionel Sambuc0x515A = 0x7A94
3526*36dcc4a4SLionel Sambuc0x515B = 0x7A9E
3527*36dcc4a4SLionel Sambuc0x515C = 0x7AA0
3528*36dcc4a4SLionel Sambuc0x515D = 0x7AA3
3529*36dcc4a4SLionel Sambuc0x515E = 0x7AAC
3530*36dcc4a4SLionel Sambuc0x515F = 0x7AB3
3531*36dcc4a4SLionel Sambuc0x5160 = 0x7AB5
3532*36dcc4a4SLionel Sambuc0x5161 = 0x7AB9
3533*36dcc4a4SLionel Sambuc0x5162 = 0x7ABB
3534*36dcc4a4SLionel Sambuc0x5163 = 0x7ABC
3535*36dcc4a4SLionel Sambuc0x5164 = 0x7AC6
3536*36dcc4a4SLionel Sambuc0x5165 = 0x7AC9
3537*36dcc4a4SLionel Sambuc0x5166 = 0x7ACC
3538*36dcc4a4SLionel Sambuc0x5167 = 0x7ACE
3539*36dcc4a4SLionel Sambuc0x5168 = 0x7AD1
3540*36dcc4a4SLionel Sambuc0x5169 = 0x7ADB
3541*36dcc4a4SLionel Sambuc0x516A = 0x7AE8
3542*36dcc4a4SLionel Sambuc0x516B = 0x7AE9
3543*36dcc4a4SLionel Sambuc0x516C = 0x7AEB
3544*36dcc4a4SLionel Sambuc0x516D = 0x7AEC
3545*36dcc4a4SLionel Sambuc0x516E = 0x7AF1
3546*36dcc4a4SLionel Sambuc0x516F = 0x7AF4
3547*36dcc4a4SLionel Sambuc0x5170 = 0x7AFB
3548*36dcc4a4SLionel Sambuc0x5171 = 0x7AFD
3549*36dcc4a4SLionel Sambuc0x5172 = 0x7AFE
3550*36dcc4a4SLionel Sambuc0x5173 = 0x7B07
3551*36dcc4a4SLionel Sambuc0x5174 = 0x7B14
3552*36dcc4a4SLionel Sambuc0x5175 = 0x7B1F
3553*36dcc4a4SLionel Sambuc0x5176 = 0x7B23
3554*36dcc4a4SLionel Sambuc0x5177 = 0x7B27
3555*36dcc4a4SLionel Sambuc0x5178 = 0x7B29
3556*36dcc4a4SLionel Sambuc0x5179 = 0x7B2A
3557*36dcc4a4SLionel Sambuc0x517A = 0x7B2B
3558*36dcc4a4SLionel Sambuc0x517B = 0x7B2D
3559*36dcc4a4SLionel Sambuc0x517C = 0x7B2E
3560*36dcc4a4SLionel Sambuc0x517D = 0x7B2F
3561*36dcc4a4SLionel Sambuc0x517E = 0x7B30
3562*36dcc4a4SLionel Sambuc0x5221 = 0x7B31
3563*36dcc4a4SLionel Sambuc0x5222 = 0x7B34
3564*36dcc4a4SLionel Sambuc0x5223 = 0x7B3D
3565*36dcc4a4SLionel Sambuc0x5224 = 0x7B3F
3566*36dcc4a4SLionel Sambuc0x5225 = 0x7B40
3567*36dcc4a4SLionel Sambuc0x5226 = 0x7B41
3568*36dcc4a4SLionel Sambuc0x5227 = 0x7B47
3569*36dcc4a4SLionel Sambuc0x5228 = 0x7B4E
3570*36dcc4a4SLionel Sambuc0x5229 = 0x7B55
3571*36dcc4a4SLionel Sambuc0x522A = 0x7B60
3572*36dcc4a4SLionel Sambuc0x522B = 0x7B64
3573*36dcc4a4SLionel Sambuc0x522C = 0x7B66
3574*36dcc4a4SLionel Sambuc0x522D = 0x7B69
3575*36dcc4a4SLionel Sambuc0x522E = 0x7B6A
3576*36dcc4a4SLionel Sambuc0x522F = 0x7B6D
3577*36dcc4a4SLionel Sambuc0x5230 = 0x7B6F
3578*36dcc4a4SLionel Sambuc0x5231 = 0x7B72
3579*36dcc4a4SLionel Sambuc0x5232 = 0x7B73
3580*36dcc4a4SLionel Sambuc0x5233 = 0x7B77
3581*36dcc4a4SLionel Sambuc0x5234 = 0x7B84
3582*36dcc4a4SLionel Sambuc0x5235 = 0x7B89
3583*36dcc4a4SLionel Sambuc0x5236 = 0x7B8E
3584*36dcc4a4SLionel Sambuc0x5237 = 0x7B90
3585*36dcc4a4SLionel Sambuc0x5238 = 0x7B91
3586*36dcc4a4SLionel Sambuc0x5239 = 0x7B96
3587*36dcc4a4SLionel Sambuc0x523A = 0x7B9B
3588*36dcc4a4SLionel Sambuc0x523B = 0x7B9E
3589*36dcc4a4SLionel Sambuc0x523C = 0x7BA0
3590*36dcc4a4SLionel Sambuc0x523D = 0x7BA5
3591*36dcc4a4SLionel Sambuc0x523E = 0x7BAC
3592*36dcc4a4SLionel Sambuc0x523F = 0x7BAF
3593*36dcc4a4SLionel Sambuc0x5240 = 0x7BB0
3594*36dcc4a4SLionel Sambuc0x5241 = 0x7BB2
3595*36dcc4a4SLionel Sambuc0x5242 = 0x7BB5
3596*36dcc4a4SLionel Sambuc0x5243 = 0x7BB6
3597*36dcc4a4SLionel Sambuc0x5244 = 0x7BBA
3598*36dcc4a4SLionel Sambuc0x5245 = 0x7BBB
3599*36dcc4a4SLionel Sambuc0x5246 = 0x7BBC
3600*36dcc4a4SLionel Sambuc0x5247 = 0x7BBD
3601*36dcc4a4SLionel Sambuc0x5248 = 0x7BC2
3602*36dcc4a4SLionel Sambuc0x5249 = 0x7BC5
3603*36dcc4a4SLionel Sambuc0x524A = 0x7BC8
3604*36dcc4a4SLionel Sambuc0x524B = 0x7BCA
3605*36dcc4a4SLionel Sambuc0x524C = 0x7BD4
3606*36dcc4a4SLionel Sambuc0x524D = 0x7BD6
3607*36dcc4a4SLionel Sambuc0x524E = 0x7BD7
3608*36dcc4a4SLionel Sambuc0x524F = 0x7BD9
3609*36dcc4a4SLionel Sambuc0x5250 = 0x7BDA
3610*36dcc4a4SLionel Sambuc0x5251 = 0x7BDB
3611*36dcc4a4SLionel Sambuc0x5252 = 0x7BE8
3612*36dcc4a4SLionel Sambuc0x5253 = 0x7BEA
3613*36dcc4a4SLionel Sambuc0x5254 = 0x7BF2
3614*36dcc4a4SLionel Sambuc0x5255 = 0x7BF4
3615*36dcc4a4SLionel Sambuc0x5256 = 0x7BF5
3616*36dcc4a4SLionel Sambuc0x5257 = 0x7BF8
3617*36dcc4a4SLionel Sambuc0x5258 = 0x7BF9
3618*36dcc4a4SLionel Sambuc0x5259 = 0x7BFA
3619*36dcc4a4SLionel Sambuc0x525A = 0x7BFC
3620*36dcc4a4SLionel Sambuc0x525B = 0x7BFE
3621*36dcc4a4SLionel Sambuc0x525C = 0x7C01
3622*36dcc4a4SLionel Sambuc0x525D = 0x7C02
3623*36dcc4a4SLionel Sambuc0x525E = 0x7C03
3624*36dcc4a4SLionel Sambuc0x525F = 0x7C04
3625*36dcc4a4SLionel Sambuc0x5260 = 0x7C06
3626*36dcc4a4SLionel Sambuc0x5261 = 0x7C09
3627*36dcc4a4SLionel Sambuc0x5262 = 0x7C0B
3628*36dcc4a4SLionel Sambuc0x5263 = 0x7C0C
3629*36dcc4a4SLionel Sambuc0x5264 = 0x7C0E
3630*36dcc4a4SLionel Sambuc0x5265 = 0x7C0F
3631*36dcc4a4SLionel Sambuc0x5266 = 0x7C19
3632*36dcc4a4SLionel Sambuc0x5267 = 0x7C1B
3633*36dcc4a4SLionel Sambuc0x5268 = 0x7C20
3634*36dcc4a4SLionel Sambuc0x5269 = 0x7C25
3635*36dcc4a4SLionel Sambuc0x526A = 0x7C26
3636*36dcc4a4SLionel Sambuc0x526B = 0x7C28
3637*36dcc4a4SLionel Sambuc0x526C = 0x7C2C
3638*36dcc4a4SLionel Sambuc0x526D = 0x7C31
3639*36dcc4a4SLionel Sambuc0x526E = 0x7C33
3640*36dcc4a4SLionel Sambuc0x526F = 0x7C34
3641*36dcc4a4SLionel Sambuc0x5270 = 0x7C36
3642*36dcc4a4SLionel Sambuc0x5271 = 0x7C39
3643*36dcc4a4SLionel Sambuc0x5272 = 0x7C3A
3644*36dcc4a4SLionel Sambuc0x5273 = 0x7C46
3645*36dcc4a4SLionel Sambuc0x5274 = 0x7C4A
3646*36dcc4a4SLionel Sambuc0x5275 = 0x7C55
3647*36dcc4a4SLionel Sambuc0x5276 = 0x7C51
3648*36dcc4a4SLionel Sambuc0x5277 = 0x7C52
3649*36dcc4a4SLionel Sambuc0x5278 = 0x7C53
3650*36dcc4a4SLionel Sambuc0x5279 = 0x7C59
3651*36dcc4a4SLionel Sambuc0x527A = 0x7C5A
3652*36dcc4a4SLionel Sambuc0x527B = 0x7C5B
3653*36dcc4a4SLionel Sambuc0x527C = 0x7C5C
3654*36dcc4a4SLionel Sambuc0x527D = 0x7C5D
3655*36dcc4a4SLionel Sambuc0x527E = 0x7C5E
3656*36dcc4a4SLionel Sambuc0x5321 = 0x7C61
3657*36dcc4a4SLionel Sambuc0x5322 = 0x7C63
3658*36dcc4a4SLionel Sambuc0x5323 = 0x7C67
3659*36dcc4a4SLionel Sambuc0x5324 = 0x7C69
3660*36dcc4a4SLionel Sambuc0x5325 = 0x7C6D
3661*36dcc4a4SLionel Sambuc0x5326 = 0x7C6E
3662*36dcc4a4SLionel Sambuc0x5327 = 0x7C70
3663*36dcc4a4SLionel Sambuc0x5328 = 0x7C72
3664*36dcc4a4SLionel Sambuc0x5329 = 0x7C79
3665*36dcc4a4SLionel Sambuc0x532A = 0x7C7C
3666*36dcc4a4SLionel Sambuc0x532B = 0x7C7D
3667*36dcc4a4SLionel Sambuc0x532C = 0x7C86
3668*36dcc4a4SLionel Sambuc0x532D = 0x7C87
3669*36dcc4a4SLionel Sambuc0x532E = 0x7C8F
3670*36dcc4a4SLionel Sambuc0x532F = 0x7C94
3671*36dcc4a4SLionel Sambuc0x5330 = 0x7C9E
3672*36dcc4a4SLionel Sambuc0x5331 = 0x7CA0
3673*36dcc4a4SLionel Sambuc0x5332 = 0x7CA6
3674*36dcc4a4SLionel Sambuc0x5333 = 0x7CB0
3675*36dcc4a4SLionel Sambuc0x5334 = 0x7CB6
3676*36dcc4a4SLionel Sambuc0x5335 = 0x7CB7
3677*36dcc4a4SLionel Sambuc0x5336 = 0x7CBA
3678*36dcc4a4SLionel Sambuc0x5337 = 0x7CBB
3679*36dcc4a4SLionel Sambuc0x5338 = 0x7CBC
3680*36dcc4a4SLionel Sambuc0x5339 = 0x7CBF
3681*36dcc4a4SLionel Sambuc0x533A = 0x7CC4
3682*36dcc4a4SLionel Sambuc0x533B = 0x7CC7
3683*36dcc4a4SLionel Sambuc0x533C = 0x7CC8
3684*36dcc4a4SLionel Sambuc0x533D = 0x7CC9
3685*36dcc4a4SLionel Sambuc0x533E = 0x7CCD
3686*36dcc4a4SLionel Sambuc0x533F = 0x7CCF
3687*36dcc4a4SLionel Sambuc0x5340 = 0x7CD3
3688*36dcc4a4SLionel Sambuc0x5341 = 0x7CD4
3689*36dcc4a4SLionel Sambuc0x5342 = 0x7CD5
3690*36dcc4a4SLionel Sambuc0x5343 = 0x7CD7
3691*36dcc4a4SLionel Sambuc0x5344 = 0x7CD9
3692*36dcc4a4SLionel Sambuc0x5345 = 0x7CDA
3693*36dcc4a4SLionel Sambuc0x5346 = 0x7CDD
3694*36dcc4a4SLionel Sambuc0x5347 = 0x7CE6
3695*36dcc4a4SLionel Sambuc0x5348 = 0x7CE9
3696*36dcc4a4SLionel Sambuc0x5349 = 0x7CEB
3697*36dcc4a4SLionel Sambuc0x534A = 0x7CF5
3698*36dcc4a4SLionel Sambuc0x534B = 0x7D03
3699*36dcc4a4SLionel Sambuc0x534C = 0x7D07
3700*36dcc4a4SLionel Sambuc0x534D = 0x7D08
3701*36dcc4a4SLionel Sambuc0x534E = 0x7D09
3702*36dcc4a4SLionel Sambuc0x534F = 0x7D0F
3703*36dcc4a4SLionel Sambuc0x5350 = 0x7D11
3704*36dcc4a4SLionel Sambuc0x5351 = 0x7D12
3705*36dcc4a4SLionel Sambuc0x5352 = 0x7D13
3706*36dcc4a4SLionel Sambuc0x5353 = 0x7D16
3707*36dcc4a4SLionel Sambuc0x5354 = 0x7D1D
3708*36dcc4a4SLionel Sambuc0x5355 = 0x7D1E
3709*36dcc4a4SLionel Sambuc0x5356 = 0x7D23
3710*36dcc4a4SLionel Sambuc0x5357 = 0x7D26
3711*36dcc4a4SLionel Sambuc0x5358 = 0x7D2A
3712*36dcc4a4SLionel Sambuc0x5359 = 0x7D2D
3713*36dcc4a4SLionel Sambuc0x535A = 0x7D31
3714*36dcc4a4SLionel Sambuc0x535B = 0x7D3C
3715*36dcc4a4SLionel Sambuc0x535C = 0x7D3D
3716*36dcc4a4SLionel Sambuc0x535D = 0x7D3E
3717*36dcc4a4SLionel Sambuc0x535E = 0x7D40
3718*36dcc4a4SLionel Sambuc0x535F = 0x7D41
3719*36dcc4a4SLionel Sambuc0x5360 = 0x7D47
3720*36dcc4a4SLionel Sambuc0x5361 = 0x7D48
3721*36dcc4a4SLionel Sambuc0x5362 = 0x7D4D
3722*36dcc4a4SLionel Sambuc0x5363 = 0x7D51
3723*36dcc4a4SLionel Sambuc0x5364 = 0x7D53
3724*36dcc4a4SLionel Sambuc0x5365 = 0x7D57
3725*36dcc4a4SLionel Sambuc0x5366 = 0x7D59
3726*36dcc4a4SLionel Sambuc0x5367 = 0x7D5A
3727*36dcc4a4SLionel Sambuc0x5368 = 0x7D5C
3728*36dcc4a4SLionel Sambuc0x5369 = 0x7D5D
3729*36dcc4a4SLionel Sambuc0x536A = 0x7D65
3730*36dcc4a4SLionel Sambuc0x536B = 0x7D67
3731*36dcc4a4SLionel Sambuc0x536C = 0x7D6A
3732*36dcc4a4SLionel Sambuc0x536D = 0x7D70
3733*36dcc4a4SLionel Sambuc0x536E = 0x7D78
3734*36dcc4a4SLionel Sambuc0x536F = 0x7D7A
3735*36dcc4a4SLionel Sambuc0x5370 = 0x7D7B
3736*36dcc4a4SLionel Sambuc0x5371 = 0x7D7F
3737*36dcc4a4SLionel Sambuc0x5372 = 0x7D81
3738*36dcc4a4SLionel Sambuc0x5373 = 0x7D82
3739*36dcc4a4SLionel Sambuc0x5374 = 0x7D83
3740*36dcc4a4SLionel Sambuc0x5375 = 0x7D85
3741*36dcc4a4SLionel Sambuc0x5376 = 0x7D86
3742*36dcc4a4SLionel Sambuc0x5377 = 0x7D88
3743*36dcc4a4SLionel Sambuc0x5378 = 0x7D8B
3744*36dcc4a4SLionel Sambuc0x5379 = 0x7D8C
3745*36dcc4a4SLionel Sambuc0x537A = 0x7D8D
3746*36dcc4a4SLionel Sambuc0x537B = 0x7D91
3747*36dcc4a4SLionel Sambuc0x537C = 0x7D96
3748*36dcc4a4SLionel Sambuc0x537D = 0x7D97
3749*36dcc4a4SLionel Sambuc0x537E = 0x7D9D
3750*36dcc4a4SLionel Sambuc0x5421 = 0x7D9E
3751*36dcc4a4SLionel Sambuc0x5422 = 0x7DA6
3752*36dcc4a4SLionel Sambuc0x5423 = 0x7DA7
3753*36dcc4a4SLionel Sambuc0x5424 = 0x7DAA
3754*36dcc4a4SLionel Sambuc0x5425 = 0x7DB3
3755*36dcc4a4SLionel Sambuc0x5426 = 0x7DB6
3756*36dcc4a4SLionel Sambuc0x5427 = 0x7DB7
3757*36dcc4a4SLionel Sambuc0x5428 = 0x7DB9
3758*36dcc4a4SLionel Sambuc0x5429 = 0x7DC2
3759*36dcc4a4SLionel Sambuc0x542A = 0x7DC3
3760*36dcc4a4SLionel Sambuc0x542B = 0x7DC4
3761*36dcc4a4SLionel Sambuc0x542C = 0x7DC5
3762*36dcc4a4SLionel Sambuc0x542D = 0x7DC6
3763*36dcc4a4SLionel Sambuc0x542E = 0x7DCC
3764*36dcc4a4SLionel Sambuc0x542F = 0x7DCD
3765*36dcc4a4SLionel Sambuc0x5430 = 0x7DCE
3766*36dcc4a4SLionel Sambuc0x5431 = 0x7DD7
3767*36dcc4a4SLionel Sambuc0x5432 = 0x7DD9
3768*36dcc4a4SLionel Sambuc0x5433 = 0x7E00
3769*36dcc4a4SLionel Sambuc0x5434 = 0x7DE2
3770*36dcc4a4SLionel Sambuc0x5435 = 0x7DE5
3771*36dcc4a4SLionel Sambuc0x5436 = 0x7DE6
3772*36dcc4a4SLionel Sambuc0x5437 = 0x7DEA
3773*36dcc4a4SLionel Sambuc0x5438 = 0x7DEB
3774*36dcc4a4SLionel Sambuc0x5439 = 0x7DED
3775*36dcc4a4SLionel Sambuc0x543A = 0x7DF1
3776*36dcc4a4SLionel Sambuc0x543B = 0x7DF5
3777*36dcc4a4SLionel Sambuc0x543C = 0x7DF6
3778*36dcc4a4SLionel Sambuc0x543D = 0x7DF9
3779*36dcc4a4SLionel Sambuc0x543E = 0x7DFA
3780*36dcc4a4SLionel Sambuc0x543F = 0x7E08
3781*36dcc4a4SLionel Sambuc0x5440 = 0x7E10
3782*36dcc4a4SLionel Sambuc0x5441 = 0x7E11
3783*36dcc4a4SLionel Sambuc0x5442 = 0x7E15
3784*36dcc4a4SLionel Sambuc0x5443 = 0x7E17
3785*36dcc4a4SLionel Sambuc0x5444 = 0x7E1C
3786*36dcc4a4SLionel Sambuc0x5445 = 0x7E1D
3787*36dcc4a4SLionel Sambuc0x5446 = 0x7E20
3788*36dcc4a4SLionel Sambuc0x5447 = 0x7E27
3789*36dcc4a4SLionel Sambuc0x5448 = 0x7E28
3790*36dcc4a4SLionel Sambuc0x5449 = 0x7E2C
3791*36dcc4a4SLionel Sambuc0x544A = 0x7E2D
3792*36dcc4a4SLionel Sambuc0x544B = 0x7E2F
3793*36dcc4a4SLionel Sambuc0x544C = 0x7E33
3794*36dcc4a4SLionel Sambuc0x544D = 0x7E36
3795*36dcc4a4SLionel Sambuc0x544E = 0x7E3F
3796*36dcc4a4SLionel Sambuc0x544F = 0x7E44
3797*36dcc4a4SLionel Sambuc0x5450 = 0x7E45
3798*36dcc4a4SLionel Sambuc0x5451 = 0x7E47
3799*36dcc4a4SLionel Sambuc0x5452 = 0x7E4E
3800*36dcc4a4SLionel Sambuc0x5453 = 0x7E50
3801*36dcc4a4SLionel Sambuc0x5454 = 0x7E52
3802*36dcc4a4SLionel Sambuc0x5455 = 0x7E58
3803*36dcc4a4SLionel Sambuc0x5456 = 0x7E5F
3804*36dcc4a4SLionel Sambuc0x5457 = 0x7E61
3805*36dcc4a4SLionel Sambuc0x5458 = 0x7E62
3806*36dcc4a4SLionel Sambuc0x5459 = 0x7E65
3807*36dcc4a4SLionel Sambuc0x545A = 0x7E6B
3808*36dcc4a4SLionel Sambuc0x545B = 0x7E6E
3809*36dcc4a4SLionel Sambuc0x545C = 0x7E6F
3810*36dcc4a4SLionel Sambuc0x545D = 0x7E73
3811*36dcc4a4SLionel Sambuc0x545E = 0x7E78
3812*36dcc4a4SLionel Sambuc0x545F = 0x7E7E
3813*36dcc4a4SLionel Sambuc0x5460 = 0x7E81
3814*36dcc4a4SLionel Sambuc0x5461 = 0x7E86
3815*36dcc4a4SLionel Sambuc0x5462 = 0x7E87
3816*36dcc4a4SLionel Sambuc0x5463 = 0x7E8A
3817*36dcc4a4SLionel Sambuc0x5464 = 0x7E8D
3818*36dcc4a4SLionel Sambuc0x5465 = 0x7E91
3819*36dcc4a4SLionel Sambuc0x5466 = 0x7E95
3820*36dcc4a4SLionel Sambuc0x5467 = 0x7E98
3821*36dcc4a4SLionel Sambuc0x5468 = 0x7E9A
3822*36dcc4a4SLionel Sambuc0x5469 = 0x7E9D
3823*36dcc4a4SLionel Sambuc0x546A = 0x7E9E
3824*36dcc4a4SLionel Sambuc0x546B = 0x7F3C
3825*36dcc4a4SLionel Sambuc0x546C = 0x7F3B
3826*36dcc4a4SLionel Sambuc0x546D = 0x7F3D
3827*36dcc4a4SLionel Sambuc0x546E = 0x7F3E
3828*36dcc4a4SLionel Sambuc0x546F = 0x7F3F
3829*36dcc4a4SLionel Sambuc0x5470 = 0x7F43
3830*36dcc4a4SLionel Sambuc0x5471 = 0x7F44
3831*36dcc4a4SLionel Sambuc0x5472 = 0x7F47
3832*36dcc4a4SLionel Sambuc0x5473 = 0x7F4F
3833*36dcc4a4SLionel Sambuc0x5474 = 0x7F52
3834*36dcc4a4SLionel Sambuc0x5475 = 0x7F53
3835*36dcc4a4SLionel Sambuc0x5476 = 0x7F5B
3836*36dcc4a4SLionel Sambuc0x5477 = 0x7F5C
3837*36dcc4a4SLionel Sambuc0x5478 = 0x7F5D
3838*36dcc4a4SLionel Sambuc0x5479 = 0x7F61
3839*36dcc4a4SLionel Sambuc0x547A = 0x7F63
3840*36dcc4a4SLionel Sambuc0x547B = 0x7F64
3841*36dcc4a4SLionel Sambuc0x547C = 0x7F65
3842*36dcc4a4SLionel Sambuc0x547D = 0x7F66
3843*36dcc4a4SLionel Sambuc0x547E = 0x7F6D
3844*36dcc4a4SLionel Sambuc0x5521 = 0x7F71
3845*36dcc4a4SLionel Sambuc0x5522 = 0x7F7D
3846*36dcc4a4SLionel Sambuc0x5523 = 0x7F7E
3847*36dcc4a4SLionel Sambuc0x5524 = 0x7F7F
3848*36dcc4a4SLionel Sambuc0x5525 = 0x7F80
3849*36dcc4a4SLionel Sambuc0x5526 = 0x7F8B
3850*36dcc4a4SLionel Sambuc0x5527 = 0x7F8D
3851*36dcc4a4SLionel Sambuc0x5528 = 0x7F8F
3852*36dcc4a4SLionel Sambuc0x5529 = 0x7F90
3853*36dcc4a4SLionel Sambuc0x552A = 0x7F91
3854*36dcc4a4SLionel Sambuc0x552B = 0x7F96
3855*36dcc4a4SLionel Sambuc0x552C = 0x7F97
3856*36dcc4a4SLionel Sambuc0x552D = 0x7F9C
3857*36dcc4a4SLionel Sambuc0x552E = 0x7FA1
3858*36dcc4a4SLionel Sambuc0x552F = 0x7FA2
3859*36dcc4a4SLionel Sambuc0x5530 = 0x7FA6
3860*36dcc4a4SLionel Sambuc0x5531 = 0x7FAA
3861*36dcc4a4SLionel Sambuc0x5532 = 0x7FAD
3862*36dcc4a4SLionel Sambuc0x5533 = 0x7FB4
3863*36dcc4a4SLionel Sambuc0x5534 = 0x7FBC
3864*36dcc4a4SLionel Sambuc0x5535 = 0x7FBF
3865*36dcc4a4SLionel Sambuc0x5536 = 0x7FC0
3866*36dcc4a4SLionel Sambuc0x5537 = 0x7FC3
3867*36dcc4a4SLionel Sambuc0x5538 = 0x7FC8
3868*36dcc4a4SLionel Sambuc0x5539 = 0x7FCE
3869*36dcc4a4SLionel Sambuc0x553A = 0x7FCF
3870*36dcc4a4SLionel Sambuc0x553B = 0x7FDB
3871*36dcc4a4SLionel Sambuc0x553C = 0x7FDF
3872*36dcc4a4SLionel Sambuc0x553D = 0x7FE3
3873*36dcc4a4SLionel Sambuc0x553E = 0x7FE5
3874*36dcc4a4SLionel Sambuc0x553F = 0x7FE8
3875*36dcc4a4SLionel Sambuc0x5540 = 0x7FEC
3876*36dcc4a4SLionel Sambuc0x5541 = 0x7FEE
3877*36dcc4a4SLionel Sambuc0x5542 = 0x7FEF
3878*36dcc4a4SLionel Sambuc0x5543 = 0x7FF2
3879*36dcc4a4SLionel Sambuc0x5544 = 0x7FFA
3880*36dcc4a4SLionel Sambuc0x5545 = 0x7FFD
3881*36dcc4a4SLionel Sambuc0x5546 = 0x7FFE
3882*36dcc4a4SLionel Sambuc0x5547 = 0x7FFF
3883*36dcc4a4SLionel Sambuc0x5548 = 0x8007
3884*36dcc4a4SLionel Sambuc0x5549 = 0x8008
3885*36dcc4a4SLionel Sambuc0x554A = 0x800A
3886*36dcc4a4SLionel Sambuc0x554B = 0x800D
3887*36dcc4a4SLionel Sambuc0x554C = 0x800E
3888*36dcc4a4SLionel Sambuc0x554D = 0x800F
3889*36dcc4a4SLionel Sambuc0x554E = 0x8011
3890*36dcc4a4SLionel Sambuc0x554F = 0x8013
3891*36dcc4a4SLionel Sambuc0x5550 = 0x8014
3892*36dcc4a4SLionel Sambuc0x5551 = 0x8016
3893*36dcc4a4SLionel Sambuc0x5552 = 0x801D
3894*36dcc4a4SLionel Sambuc0x5553 = 0x801E
3895*36dcc4a4SLionel Sambuc0x5554 = 0x801F
3896*36dcc4a4SLionel Sambuc0x5555 = 0x8020
3897*36dcc4a4SLionel Sambuc0x5556 = 0x8024
3898*36dcc4a4SLionel Sambuc0x5557 = 0x8026
3899*36dcc4a4SLionel Sambuc0x5558 = 0x802C
3900*36dcc4a4SLionel Sambuc0x5559 = 0x802E
3901*36dcc4a4SLionel Sambuc0x555A = 0x8030
3902*36dcc4a4SLionel Sambuc0x555B = 0x8034
3903*36dcc4a4SLionel Sambuc0x555C = 0x8035
3904*36dcc4a4SLionel Sambuc0x555D = 0x8037
3905*36dcc4a4SLionel Sambuc0x555E = 0x8039
3906*36dcc4a4SLionel Sambuc0x555F = 0x803A
3907*36dcc4a4SLionel Sambuc0x5560 = 0x803C
3908*36dcc4a4SLionel Sambuc0x5561 = 0x803E
3909*36dcc4a4SLionel Sambuc0x5562 = 0x8040
3910*36dcc4a4SLionel Sambuc0x5563 = 0x8044
3911*36dcc4a4SLionel Sambuc0x5564 = 0x8060
3912*36dcc4a4SLionel Sambuc0x5565 = 0x8064
3913*36dcc4a4SLionel Sambuc0x5566 = 0x8066
3914*36dcc4a4SLionel Sambuc0x5567 = 0x806D
3915*36dcc4a4SLionel Sambuc0x5568 = 0x8071
3916*36dcc4a4SLionel Sambuc0x5569 = 0x8075
3917*36dcc4a4SLionel Sambuc0x556A = 0x8081
3918*36dcc4a4SLionel Sambuc0x556B = 0x8088
3919*36dcc4a4SLionel Sambuc0x556C = 0x808E
3920*36dcc4a4SLionel Sambuc0x556D = 0x809C
3921*36dcc4a4SLionel Sambuc0x556E = 0x809E
3922*36dcc4a4SLionel Sambuc0x556F = 0x80A6
3923*36dcc4a4SLionel Sambuc0x5570 = 0x80A7
3924*36dcc4a4SLionel Sambuc0x5571 = 0x80AB
3925*36dcc4a4SLionel Sambuc0x5572 = 0x80B8
3926*36dcc4a4SLionel Sambuc0x5573 = 0x80B9
3927*36dcc4a4SLionel Sambuc0x5574 = 0x80C8
3928*36dcc4a4SLionel Sambuc0x5575 = 0x80CD
3929*36dcc4a4SLionel Sambuc0x5576 = 0x80CF
3930*36dcc4a4SLionel Sambuc0x5577 = 0x80D2
3931*36dcc4a4SLionel Sambuc0x5578 = 0x80D4
3932*36dcc4a4SLionel Sambuc0x5579 = 0x80D5
3933*36dcc4a4SLionel Sambuc0x557A = 0x80D7
3934*36dcc4a4SLionel Sambuc0x557B = 0x80D8
3935*36dcc4a4SLionel Sambuc0x557C = 0x80E0
3936*36dcc4a4SLionel Sambuc0x557D = 0x80ED
3937*36dcc4a4SLionel Sambuc0x557E = 0x80EE
3938*36dcc4a4SLionel Sambuc0x5621 = 0x80F0
3939*36dcc4a4SLionel Sambuc0x5622 = 0x80F2
3940*36dcc4a4SLionel Sambuc0x5623 = 0x80F3
3941*36dcc4a4SLionel Sambuc0x5624 = 0x80F6
3942*36dcc4a4SLionel Sambuc0x5625 = 0x80F9
3943*36dcc4a4SLionel Sambuc0x5626 = 0x80FA
3944*36dcc4a4SLionel Sambuc0x5627 = 0x80FE
3945*36dcc4a4SLionel Sambuc0x5628 = 0x8103
3946*36dcc4a4SLionel Sambuc0x5629 = 0x810B
3947*36dcc4a4SLionel Sambuc0x562A = 0x8116
3948*36dcc4a4SLionel Sambuc0x562B = 0x8117
3949*36dcc4a4SLionel Sambuc0x562C = 0x8118
3950*36dcc4a4SLionel Sambuc0x562D = 0x811C
3951*36dcc4a4SLionel Sambuc0x562E = 0x811E
3952*36dcc4a4SLionel Sambuc0x562F = 0x8120
3953*36dcc4a4SLionel Sambuc0x5630 = 0x8124
3954*36dcc4a4SLionel Sambuc0x5631 = 0x8127
3955*36dcc4a4SLionel Sambuc0x5632 = 0x812C
3956*36dcc4a4SLionel Sambuc0x5633 = 0x8130
3957*36dcc4a4SLionel Sambuc0x5634 = 0x8135
3958*36dcc4a4SLionel Sambuc0x5635 = 0x813A
3959*36dcc4a4SLionel Sambuc0x5636 = 0x813C
3960*36dcc4a4SLionel Sambuc0x5637 = 0x8145
3961*36dcc4a4SLionel Sambuc0x5638 = 0x8147
3962*36dcc4a4SLionel Sambuc0x5639 = 0x814A
3963*36dcc4a4SLionel Sambuc0x563A = 0x814C
3964*36dcc4a4SLionel Sambuc0x563B = 0x8152
3965*36dcc4a4SLionel Sambuc0x563C = 0x8157
3966*36dcc4a4SLionel Sambuc0x563D = 0x8160
3967*36dcc4a4SLionel Sambuc0x563E = 0x8161
3968*36dcc4a4SLionel Sambuc0x563F = 0x8167
3969*36dcc4a4SLionel Sambuc0x5640 = 0x8168
3970*36dcc4a4SLionel Sambuc0x5641 = 0x8169
3971*36dcc4a4SLionel Sambuc0x5642 = 0x816D
3972*36dcc4a4SLionel Sambuc0x5643 = 0x816F
3973*36dcc4a4SLionel Sambuc0x5644 = 0x8177
3974*36dcc4a4SLionel Sambuc0x5645 = 0x8181
3975*36dcc4a4SLionel Sambuc0x5646 = 0x8190
3976*36dcc4a4SLionel Sambuc0x5647 = 0x8184
3977*36dcc4a4SLionel Sambuc0x5648 = 0x8185
3978*36dcc4a4SLionel Sambuc0x5649 = 0x8186
3979*36dcc4a4SLionel Sambuc0x564A = 0x818B
3980*36dcc4a4SLionel Sambuc0x564B = 0x818E
3981*36dcc4a4SLionel Sambuc0x564C = 0x8196
3982*36dcc4a4SLionel Sambuc0x564D = 0x8198
3983*36dcc4a4SLionel Sambuc0x564E = 0x819B
3984*36dcc4a4SLionel Sambuc0x564F = 0x819E
3985*36dcc4a4SLionel Sambuc0x5650 = 0x81A2
3986*36dcc4a4SLionel Sambuc0x5651 = 0x81AE
3987*36dcc4a4SLionel Sambuc0x5652 = 0x81B2
3988*36dcc4a4SLionel Sambuc0x5653 = 0x81B4
3989*36dcc4a4SLionel Sambuc0x5654 = 0x81BB
3990*36dcc4a4SLionel Sambuc0x5655 = 0x81CB
3991*36dcc4a4SLionel Sambuc0x5656 = 0x81C3
3992*36dcc4a4SLionel Sambuc0x5657 = 0x81C5
3993*36dcc4a4SLionel Sambuc0x5658 = 0x81CA
3994*36dcc4a4SLionel Sambuc0x5659 = 0x81CE
3995*36dcc4a4SLionel Sambuc0x565A = 0x81CF
3996*36dcc4a4SLionel Sambuc0x565B = 0x81D5
3997*36dcc4a4SLionel Sambuc0x565C = 0x81D7
3998*36dcc4a4SLionel Sambuc0x565D = 0x81DB
3999*36dcc4a4SLionel Sambuc0x565E = 0x81DD
4000*36dcc4a4SLionel Sambuc0x565F = 0x81DE
4001*36dcc4a4SLionel Sambuc0x5660 = 0x81E1
4002*36dcc4a4SLionel Sambuc0x5661 = 0x81E4
4003*36dcc4a4SLionel Sambuc0x5662 = 0x81EB
4004*36dcc4a4SLionel Sambuc0x5663 = 0x81EC
4005*36dcc4a4SLionel Sambuc0x5664 = 0x81F0
4006*36dcc4a4SLionel Sambuc0x5665 = 0x81F1
4007*36dcc4a4SLionel Sambuc0x5666 = 0x81F2
4008*36dcc4a4SLionel Sambuc0x5667 = 0x81F5
4009*36dcc4a4SLionel Sambuc0x5668 = 0x81F6
4010*36dcc4a4SLionel Sambuc0x5669 = 0x81F8
4011*36dcc4a4SLionel Sambuc0x566A = 0x81F9
4012*36dcc4a4SLionel Sambuc0x566B = 0x81FD
4013*36dcc4a4SLionel Sambuc0x566C = 0x81FF
4014*36dcc4a4SLionel Sambuc0x566D = 0x8200
4015*36dcc4a4SLionel Sambuc0x566E = 0x8203
4016*36dcc4a4SLionel Sambuc0x566F = 0x820F
4017*36dcc4a4SLionel Sambuc0x5670 = 0x8213
4018*36dcc4a4SLionel Sambuc0x5671 = 0x8214
4019*36dcc4a4SLionel Sambuc0x5672 = 0x8219
4020*36dcc4a4SLionel Sambuc0x5673 = 0x821A
4021*36dcc4a4SLionel Sambuc0x5674 = 0x821D
4022*36dcc4a4SLionel Sambuc0x5675 = 0x8221
4023*36dcc4a4SLionel Sambuc0x5676 = 0x8222
4024*36dcc4a4SLionel Sambuc0x5677 = 0x8228
4025*36dcc4a4SLionel Sambuc0x5678 = 0x8232
4026*36dcc4a4SLionel Sambuc0x5679 = 0x8234
4027*36dcc4a4SLionel Sambuc0x567A = 0x823A
4028*36dcc4a4SLionel Sambuc0x567B = 0x8243
4029*36dcc4a4SLionel Sambuc0x567C = 0x8244
4030*36dcc4a4SLionel Sambuc0x567D = 0x8245
4031*36dcc4a4SLionel Sambuc0x567E = 0x8246
4032*36dcc4a4SLionel Sambuc0x5721 = 0x824B
4033*36dcc4a4SLionel Sambuc0x5722 = 0x824E
4034*36dcc4a4SLionel Sambuc0x5723 = 0x824F
4035*36dcc4a4SLionel Sambuc0x5724 = 0x8251
4036*36dcc4a4SLionel Sambuc0x5725 = 0x8256
4037*36dcc4a4SLionel Sambuc0x5726 = 0x825C
4038*36dcc4a4SLionel Sambuc0x5727 = 0x8260
4039*36dcc4a4SLionel Sambuc0x5728 = 0x8263
4040*36dcc4a4SLionel Sambuc0x5729 = 0x8267
4041*36dcc4a4SLionel Sambuc0x572A = 0x826D
4042*36dcc4a4SLionel Sambuc0x572B = 0x8274
4043*36dcc4a4SLionel Sambuc0x572C = 0x827B
4044*36dcc4a4SLionel Sambuc0x572D = 0x827D
4045*36dcc4a4SLionel Sambuc0x572E = 0x827F
4046*36dcc4a4SLionel Sambuc0x572F = 0x8280
4047*36dcc4a4SLionel Sambuc0x5730 = 0x8281
4048*36dcc4a4SLionel Sambuc0x5731 = 0x8283
4049*36dcc4a4SLionel Sambuc0x5732 = 0x8284
4050*36dcc4a4SLionel Sambuc0x5733 = 0x8287
4051*36dcc4a4SLionel Sambuc0x5734 = 0x8289
4052*36dcc4a4SLionel Sambuc0x5735 = 0x828A
4053*36dcc4a4SLionel Sambuc0x5736 = 0x828E
4054*36dcc4a4SLionel Sambuc0x5737 = 0x8291
4055*36dcc4a4SLionel Sambuc0x5738 = 0x8294
4056*36dcc4a4SLionel Sambuc0x5739 = 0x8296
4057*36dcc4a4SLionel Sambuc0x573A = 0x8298
4058*36dcc4a4SLionel Sambuc0x573B = 0x829A
4059*36dcc4a4SLionel Sambuc0x573C = 0x829B
4060*36dcc4a4SLionel Sambuc0x573D = 0x82A0
4061*36dcc4a4SLionel Sambuc0x573E = 0x82A1
4062*36dcc4a4SLionel Sambuc0x573F = 0x82A3
4063*36dcc4a4SLionel Sambuc0x5740 = 0x82A4
4064*36dcc4a4SLionel Sambuc0x5741 = 0x82A7
4065*36dcc4a4SLionel Sambuc0x5742 = 0x82A8
4066*36dcc4a4SLionel Sambuc0x5743 = 0x82A9
4067*36dcc4a4SLionel Sambuc0x5744 = 0x82AA
4068*36dcc4a4SLionel Sambuc0x5745 = 0x82AE
4069*36dcc4a4SLionel Sambuc0x5746 = 0x82B0
4070*36dcc4a4SLionel Sambuc0x5747 = 0x82B2
4071*36dcc4a4SLionel Sambuc0x5748 = 0x82B4
4072*36dcc4a4SLionel Sambuc0x5749 = 0x82B7
4073*36dcc4a4SLionel Sambuc0x574A = 0x82BA
4074*36dcc4a4SLionel Sambuc0x574B = 0x82BC
4075*36dcc4a4SLionel Sambuc0x574C = 0x82BE
4076*36dcc4a4SLionel Sambuc0x574D = 0x82BF
4077*36dcc4a4SLionel Sambuc0x574E = 0x82C6
4078*36dcc4a4SLionel Sambuc0x574F = 0x82D0
4079*36dcc4a4SLionel Sambuc0x5750 = 0x82D5
4080*36dcc4a4SLionel Sambuc0x5751 = 0x82DA
4081*36dcc4a4SLionel Sambuc0x5752 = 0x82E0
4082*36dcc4a4SLionel Sambuc0x5753 = 0x82E2
4083*36dcc4a4SLionel Sambuc0x5754 = 0x82E4
4084*36dcc4a4SLionel Sambuc0x5755 = 0x82E8
4085*36dcc4a4SLionel Sambuc0x5756 = 0x82EA
4086*36dcc4a4SLionel Sambuc0x5757 = 0x82ED
4087*36dcc4a4SLionel Sambuc0x5758 = 0x82EF
4088*36dcc4a4SLionel Sambuc0x5759 = 0x82F6
4089*36dcc4a4SLionel Sambuc0x575A = 0x82F7
4090*36dcc4a4SLionel Sambuc0x575B = 0x82FD
4091*36dcc4a4SLionel Sambuc0x575C = 0x82FE
4092*36dcc4a4SLionel Sambuc0x575D = 0x8300
4093*36dcc4a4SLionel Sambuc0x575E = 0x8301
4094*36dcc4a4SLionel Sambuc0x575F = 0x8307
4095*36dcc4a4SLionel Sambuc0x5760 = 0x8308
4096*36dcc4a4SLionel Sambuc0x5761 = 0x830A
4097*36dcc4a4SLionel Sambuc0x5762 = 0x830B
4098*36dcc4a4SLionel Sambuc0x5763 = 0x8354
4099*36dcc4a4SLionel Sambuc0x5764 = 0x831B
4100*36dcc4a4SLionel Sambuc0x5765 = 0x831D
4101*36dcc4a4SLionel Sambuc0x5766 = 0x831E
4102*36dcc4a4SLionel Sambuc0x5767 = 0x831F
4103*36dcc4a4SLionel Sambuc0x5768 = 0x8321
4104*36dcc4a4SLionel Sambuc0x5769 = 0x8322
4105*36dcc4a4SLionel Sambuc0x576A = 0x832C
4106*36dcc4a4SLionel Sambuc0x576B = 0x832D
4107*36dcc4a4SLionel Sambuc0x576C = 0x832E
4108*36dcc4a4SLionel Sambuc0x576D = 0x8330
4109*36dcc4a4SLionel Sambuc0x576E = 0x8333
4110*36dcc4a4SLionel Sambuc0x576F = 0x8337
4111*36dcc4a4SLionel Sambuc0x5770 = 0x833A
4112*36dcc4a4SLionel Sambuc0x5771 = 0x833C
4113*36dcc4a4SLionel Sambuc0x5772 = 0x833D
4114*36dcc4a4SLionel Sambuc0x5773 = 0x8342
4115*36dcc4a4SLionel Sambuc0x5774 = 0x8343
4116*36dcc4a4SLionel Sambuc0x5775 = 0x8344
4117*36dcc4a4SLionel Sambuc0x5776 = 0x8347
4118*36dcc4a4SLionel Sambuc0x5777 = 0x834D
4119*36dcc4a4SLionel Sambuc0x5778 = 0x834E
4120*36dcc4a4SLionel Sambuc0x5779 = 0x8351
4121*36dcc4a4SLionel Sambuc0x577A = 0x8355
4122*36dcc4a4SLionel Sambuc0x577B = 0x8356
4123*36dcc4a4SLionel Sambuc0x577C = 0x8357
4124*36dcc4a4SLionel Sambuc0x577D = 0x8370
4125*36dcc4a4SLionel Sambuc0x577E = 0x8378
4126*36dcc4a4SLionel Sambuc0x5821 = 0x837D
4127*36dcc4a4SLionel Sambuc0x5822 = 0x837F
4128*36dcc4a4SLionel Sambuc0x5823 = 0x8380
4129*36dcc4a4SLionel Sambuc0x5824 = 0x8382
4130*36dcc4a4SLionel Sambuc0x5825 = 0x8384
4131*36dcc4a4SLionel Sambuc0x5826 = 0x8386
4132*36dcc4a4SLionel Sambuc0x5827 = 0x838D
4133*36dcc4a4SLionel Sambuc0x5828 = 0x8392
4134*36dcc4a4SLionel Sambuc0x5829 = 0x8394
4135*36dcc4a4SLionel Sambuc0x582A = 0x8395
4136*36dcc4a4SLionel Sambuc0x582B = 0x8398
4137*36dcc4a4SLionel Sambuc0x582C = 0x8399
4138*36dcc4a4SLionel Sambuc0x582D = 0x839B
4139*36dcc4a4SLionel Sambuc0x582E = 0x839C
4140*36dcc4a4SLionel Sambuc0x582F = 0x839D
4141*36dcc4a4SLionel Sambuc0x5830 = 0x83A6
4142*36dcc4a4SLionel Sambuc0x5831 = 0x83A7
4143*36dcc4a4SLionel Sambuc0x5832 = 0x83A9
4144*36dcc4a4SLionel Sambuc0x5833 = 0x83AC
4145*36dcc4a4SLionel Sambuc0x5834 = 0x83BE
4146*36dcc4a4SLionel Sambuc0x5835 = 0x83BF
4147*36dcc4a4SLionel Sambuc0x5836 = 0x83C0
4148*36dcc4a4SLionel Sambuc0x5837 = 0x83C7
4149*36dcc4a4SLionel Sambuc0x5838 = 0x83C9
4150*36dcc4a4SLionel Sambuc0x5839 = 0x83CF
4151*36dcc4a4SLionel Sambuc0x583A = 0x83D0
4152*36dcc4a4SLionel Sambuc0x583B = 0x83D1
4153*36dcc4a4SLionel Sambuc0x583C = 0x83D4
4154*36dcc4a4SLionel Sambuc0x583D = 0x83DD
4155*36dcc4a4SLionel Sambuc0x583E = 0x8353
4156*36dcc4a4SLionel Sambuc0x583F = 0x83E8
4157*36dcc4a4SLionel Sambuc0x5840 = 0x83EA
4158*36dcc4a4SLionel Sambuc0x5841 = 0x83F6
4159*36dcc4a4SLionel Sambuc0x5842 = 0x83F8
4160*36dcc4a4SLionel Sambuc0x5843 = 0x83F9
4161*36dcc4a4SLionel Sambuc0x5844 = 0x83FC
4162*36dcc4a4SLionel Sambuc0x5845 = 0x8401
4163*36dcc4a4SLionel Sambuc0x5846 = 0x8406
4164*36dcc4a4SLionel Sambuc0x5847 = 0x840A
4165*36dcc4a4SLionel Sambuc0x5848 = 0x840F
4166*36dcc4a4SLionel Sambuc0x5849 = 0x8411
4167*36dcc4a4SLionel Sambuc0x584A = 0x8415
4168*36dcc4a4SLionel Sambuc0x584B = 0x8419
4169*36dcc4a4SLionel Sambuc0x584C = 0x83AD
4170*36dcc4a4SLionel Sambuc0x584D = 0x842F
4171*36dcc4a4SLionel Sambuc0x584E = 0x8439
4172*36dcc4a4SLionel Sambuc0x584F = 0x8445
4173*36dcc4a4SLionel Sambuc0x5850 = 0x8447
4174*36dcc4a4SLionel Sambuc0x5851 = 0x8448
4175*36dcc4a4SLionel Sambuc0x5852 = 0x844A
4176*36dcc4a4SLionel Sambuc0x5853 = 0x844D
4177*36dcc4a4SLionel Sambuc0x5854 = 0x844F
4178*36dcc4a4SLionel Sambuc0x5855 = 0x8451
4179*36dcc4a4SLionel Sambuc0x5856 = 0x8452
4180*36dcc4a4SLionel Sambuc0x5857 = 0x8456
4181*36dcc4a4SLionel Sambuc0x5858 = 0x8458
4182*36dcc4a4SLionel Sambuc0x5859 = 0x8459
4183*36dcc4a4SLionel Sambuc0x585A = 0x845A
4184*36dcc4a4SLionel Sambuc0x585B = 0x845C
4185*36dcc4a4SLionel Sambuc0x585C = 0x8460
4186*36dcc4a4SLionel Sambuc0x585D = 0x8464
4187*36dcc4a4SLionel Sambuc0x585E = 0x8465
4188*36dcc4a4SLionel Sambuc0x585F = 0x8467
4189*36dcc4a4SLionel Sambuc0x5860 = 0x846A
4190*36dcc4a4SLionel Sambuc0x5861 = 0x8470
4191*36dcc4a4SLionel Sambuc0x5862 = 0x8473
4192*36dcc4a4SLionel Sambuc0x5863 = 0x8474
4193*36dcc4a4SLionel Sambuc0x5864 = 0x8476
4194*36dcc4a4SLionel Sambuc0x5865 = 0x8478
4195*36dcc4a4SLionel Sambuc0x5866 = 0x847C
4196*36dcc4a4SLionel Sambuc0x5867 = 0x847D
4197*36dcc4a4SLionel Sambuc0x5868 = 0x8481
4198*36dcc4a4SLionel Sambuc0x5869 = 0x8485
4199*36dcc4a4SLionel Sambuc0x586A = 0x8492
4200*36dcc4a4SLionel Sambuc0x586B = 0x8493
4201*36dcc4a4SLionel Sambuc0x586C = 0x8495
4202*36dcc4a4SLionel Sambuc0x586D = 0x849E
4203*36dcc4a4SLionel Sambuc0x586E = 0x84A6
4204*36dcc4a4SLionel Sambuc0x586F = 0x84A8
4205*36dcc4a4SLionel Sambuc0x5870 = 0x84A9
4206*36dcc4a4SLionel Sambuc0x5871 = 0x84AA
4207*36dcc4a4SLionel Sambuc0x5872 = 0x84AF
4208*36dcc4a4SLionel Sambuc0x5873 = 0x84B1
4209*36dcc4a4SLionel Sambuc0x5874 = 0x84B4
4210*36dcc4a4SLionel Sambuc0x5875 = 0x84BA
4211*36dcc4a4SLionel Sambuc0x5876 = 0x84BD
4212*36dcc4a4SLionel Sambuc0x5877 = 0x84BE
4213*36dcc4a4SLionel Sambuc0x5878 = 0x84C0
4214*36dcc4a4SLionel Sambuc0x5879 = 0x84C2
4215*36dcc4a4SLionel Sambuc0x587A = 0x84C7
4216*36dcc4a4SLionel Sambuc0x587B = 0x84C8
4217*36dcc4a4SLionel Sambuc0x587C = 0x84CC
4218*36dcc4a4SLionel Sambuc0x587D = 0x84CF
4219*36dcc4a4SLionel Sambuc0x587E = 0x84D3
4220*36dcc4a4SLionel Sambuc0x5921 = 0x84DC
4221*36dcc4a4SLionel Sambuc0x5922 = 0x84E7
4222*36dcc4a4SLionel Sambuc0x5923 = 0x84EA
4223*36dcc4a4SLionel Sambuc0x5924 = 0x84EF
4224*36dcc4a4SLionel Sambuc0x5925 = 0x84F0
4225*36dcc4a4SLionel Sambuc0x5926 = 0x84F1
4226*36dcc4a4SLionel Sambuc0x5927 = 0x84F2
4227*36dcc4a4SLionel Sambuc0x5928 = 0x84F7
4228*36dcc4a4SLionel Sambuc0x5929 = 0x8532
4229*36dcc4a4SLionel Sambuc0x592A = 0x84FA
4230*36dcc4a4SLionel Sambuc0x592B = 0x84FB
4231*36dcc4a4SLionel Sambuc0x592C = 0x84FD
4232*36dcc4a4SLionel Sambuc0x592D = 0x8502
4233*36dcc4a4SLionel Sambuc0x592E = 0x8503
4234*36dcc4a4SLionel Sambuc0x592F = 0x8507
4235*36dcc4a4SLionel Sambuc0x5930 = 0x850C
4236*36dcc4a4SLionel Sambuc0x5931 = 0x850E
4237*36dcc4a4SLionel Sambuc0x5932 = 0x8510
4238*36dcc4a4SLionel Sambuc0x5933 = 0x851C
4239*36dcc4a4SLionel Sambuc0x5934 = 0x851E
4240*36dcc4a4SLionel Sambuc0x5935 = 0x8522
4241*36dcc4a4SLionel Sambuc0x5936 = 0x8523
4242*36dcc4a4SLionel Sambuc0x5937 = 0x8524
4243*36dcc4a4SLionel Sambuc0x5938 = 0x8525
4244*36dcc4a4SLionel Sambuc0x5939 = 0x8527
4245*36dcc4a4SLionel Sambuc0x593A = 0x852A
4246*36dcc4a4SLionel Sambuc0x593B = 0x852B
4247*36dcc4a4SLionel Sambuc0x593C = 0x852F
4248*36dcc4a4SLionel Sambuc0x593D = 0x8533
4249*36dcc4a4SLionel Sambuc0x593E = 0x8534
4250*36dcc4a4SLionel Sambuc0x593F = 0x8536
4251*36dcc4a4SLionel Sambuc0x5940 = 0x853F
4252*36dcc4a4SLionel Sambuc0x5941 = 0x8546
4253*36dcc4a4SLionel Sambuc0x5942 = 0x854F
4254*36dcc4a4SLionel Sambuc0x5943 = 0x8550
4255*36dcc4a4SLionel Sambuc0x5944 = 0x8551
4256*36dcc4a4SLionel Sambuc0x5945 = 0x8552
4257*36dcc4a4SLionel Sambuc0x5946 = 0x8553
4258*36dcc4a4SLionel Sambuc0x5947 = 0x8556
4259*36dcc4a4SLionel Sambuc0x5948 = 0x8559
4260*36dcc4a4SLionel Sambuc0x5949 = 0x855C
4261*36dcc4a4SLionel Sambuc0x594A = 0x855D
4262*36dcc4a4SLionel Sambuc0x594B = 0x855E
4263*36dcc4a4SLionel Sambuc0x594C = 0x855F
4264*36dcc4a4SLionel Sambuc0x594D = 0x8560
4265*36dcc4a4SLionel Sambuc0x594E = 0x8561
4266*36dcc4a4SLionel Sambuc0x594F = 0x8562
4267*36dcc4a4SLionel Sambuc0x5950 = 0x8564
4268*36dcc4a4SLionel Sambuc0x5951 = 0x856B
4269*36dcc4a4SLionel Sambuc0x5952 = 0x856F
4270*36dcc4a4SLionel Sambuc0x5953 = 0x8579
4271*36dcc4a4SLionel Sambuc0x5954 = 0x857A
4272*36dcc4a4SLionel Sambuc0x5955 = 0x857B
4273*36dcc4a4SLionel Sambuc0x5956 = 0x857D
4274*36dcc4a4SLionel Sambuc0x5957 = 0x857F
4275*36dcc4a4SLionel Sambuc0x5958 = 0x8581
4276*36dcc4a4SLionel Sambuc0x5959 = 0x8585
4277*36dcc4a4SLionel Sambuc0x595A = 0x8586
4278*36dcc4a4SLionel Sambuc0x595B = 0x8589
4279*36dcc4a4SLionel Sambuc0x595C = 0x858B
4280*36dcc4a4SLionel Sambuc0x595D = 0x858C
4281*36dcc4a4SLionel Sambuc0x595E = 0x858F
4282*36dcc4a4SLionel Sambuc0x595F = 0x8593
4283*36dcc4a4SLionel Sambuc0x5960 = 0x8598
4284*36dcc4a4SLionel Sambuc0x5961 = 0x859D
4285*36dcc4a4SLionel Sambuc0x5962 = 0x859F
4286*36dcc4a4SLionel Sambuc0x5963 = 0x85A0
4287*36dcc4a4SLionel Sambuc0x5964 = 0x85A2
4288*36dcc4a4SLionel Sambuc0x5965 = 0x85A5
4289*36dcc4a4SLionel Sambuc0x5966 = 0x85A7
4290*36dcc4a4SLionel Sambuc0x5967 = 0x85B4
4291*36dcc4a4SLionel Sambuc0x5968 = 0x85B6
4292*36dcc4a4SLionel Sambuc0x5969 = 0x85B7
4293*36dcc4a4SLionel Sambuc0x596A = 0x85B8
4294*36dcc4a4SLionel Sambuc0x596B = 0x85BC
4295*36dcc4a4SLionel Sambuc0x596C = 0x85BD
4296*36dcc4a4SLionel Sambuc0x596D = 0x85BE
4297*36dcc4a4SLionel Sambuc0x596E = 0x85BF
4298*36dcc4a4SLionel Sambuc0x596F = 0x85C2
4299*36dcc4a4SLionel Sambuc0x5970 = 0x85C7
4300*36dcc4a4SLionel Sambuc0x5971 = 0x85CA
4301*36dcc4a4SLionel Sambuc0x5972 = 0x85CB
4302*36dcc4a4SLionel Sambuc0x5973 = 0x85CE
4303*36dcc4a4SLionel Sambuc0x5974 = 0x85AD
4304*36dcc4a4SLionel Sambuc0x5975 = 0x85D8
4305*36dcc4a4SLionel Sambuc0x5976 = 0x85DA
4306*36dcc4a4SLionel Sambuc0x5977 = 0x85DF
4307*36dcc4a4SLionel Sambuc0x5978 = 0x85E0
4308*36dcc4a4SLionel Sambuc0x5979 = 0x85E6
4309*36dcc4a4SLionel Sambuc0x597A = 0x85E8
4310*36dcc4a4SLionel Sambuc0x597B = 0x85ED
4311*36dcc4a4SLionel Sambuc0x597C = 0x85F3
4312*36dcc4a4SLionel Sambuc0x597D = 0x85F6
4313*36dcc4a4SLionel Sambuc0x597E = 0x85FC
4314*36dcc4a4SLionel Sambuc0x5A21 = 0x85FF
4315*36dcc4a4SLionel Sambuc0x5A22 = 0x8600
4316*36dcc4a4SLionel Sambuc0x5A23 = 0x8604
4317*36dcc4a4SLionel Sambuc0x5A24 = 0x8605
4318*36dcc4a4SLionel Sambuc0x5A25 = 0x860D
4319*36dcc4a4SLionel Sambuc0x5A26 = 0x860E
4320*36dcc4a4SLionel Sambuc0x5A27 = 0x8610
4321*36dcc4a4SLionel Sambuc0x5A28 = 0x8611
4322*36dcc4a4SLionel Sambuc0x5A29 = 0x8612
4323*36dcc4a4SLionel Sambuc0x5A2A = 0x8618
4324*36dcc4a4SLionel Sambuc0x5A2B = 0x8619
4325*36dcc4a4SLionel Sambuc0x5A2C = 0x861B
4326*36dcc4a4SLionel Sambuc0x5A2D = 0x861E
4327*36dcc4a4SLionel Sambuc0x5A2E = 0x8621
4328*36dcc4a4SLionel Sambuc0x5A2F = 0x8627
4329*36dcc4a4SLionel Sambuc0x5A30 = 0x8629
4330*36dcc4a4SLionel Sambuc0x5A31 = 0x8636
4331*36dcc4a4SLionel Sambuc0x5A32 = 0x8638
4332*36dcc4a4SLionel Sambuc0x5A33 = 0x863A
4333*36dcc4a4SLionel Sambuc0x5A34 = 0x863C
4334*36dcc4a4SLionel Sambuc0x5A35 = 0x863D
4335*36dcc4a4SLionel Sambuc0x5A36 = 0x8640
4336*36dcc4a4SLionel Sambuc0x5A37 = 0x8642
4337*36dcc4a4SLionel Sambuc0x5A38 = 0x8646
4338*36dcc4a4SLionel Sambuc0x5A39 = 0x8652
4339*36dcc4a4SLionel Sambuc0x5A3A = 0x8653
4340*36dcc4a4SLionel Sambuc0x5A3B = 0x8656
4341*36dcc4a4SLionel Sambuc0x5A3C = 0x8657
4342*36dcc4a4SLionel Sambuc0x5A3D = 0x8658
4343*36dcc4a4SLionel Sambuc0x5A3E = 0x8659
4344*36dcc4a4SLionel Sambuc0x5A3F = 0x865D
4345*36dcc4a4SLionel Sambuc0x5A40 = 0x8660
4346*36dcc4a4SLionel Sambuc0x5A41 = 0x8661
4347*36dcc4a4SLionel Sambuc0x5A42 = 0x8662
4348*36dcc4a4SLionel Sambuc0x5A43 = 0x8663
4349*36dcc4a4SLionel Sambuc0x5A44 = 0x8664
4350*36dcc4a4SLionel Sambuc0x5A45 = 0x8669
4351*36dcc4a4SLionel Sambuc0x5A46 = 0x866C
4352*36dcc4a4SLionel Sambuc0x5A47 = 0x866F
4353*36dcc4a4SLionel Sambuc0x5A48 = 0x8675
4354*36dcc4a4SLionel Sambuc0x5A49 = 0x8676
4355*36dcc4a4SLionel Sambuc0x5A4A = 0x8677
4356*36dcc4a4SLionel Sambuc0x5A4B = 0x867A
4357*36dcc4a4SLionel Sambuc0x5A4C = 0x868D
4358*36dcc4a4SLionel Sambuc0x5A4D = 0x8691
4359*36dcc4a4SLionel Sambuc0x5A4E = 0x8696
4360*36dcc4a4SLionel Sambuc0x5A4F = 0x8698
4361*36dcc4a4SLionel Sambuc0x5A50 = 0x869A
4362*36dcc4a4SLionel Sambuc0x5A51 = 0x869C
4363*36dcc4a4SLionel Sambuc0x5A52 = 0x86A1
4364*36dcc4a4SLionel Sambuc0x5A53 = 0x86A6
4365*36dcc4a4SLionel Sambuc0x5A54 = 0x86A7
4366*36dcc4a4SLionel Sambuc0x5A55 = 0x86A8
4367*36dcc4a4SLionel Sambuc0x5A56 = 0x86AD
4368*36dcc4a4SLionel Sambuc0x5A57 = 0x86B1
4369*36dcc4a4SLionel Sambuc0x5A58 = 0x86B3
4370*36dcc4a4SLionel Sambuc0x5A59 = 0x86B4
4371*36dcc4a4SLionel Sambuc0x5A5A = 0x86B5
4372*36dcc4a4SLionel Sambuc0x5A5B = 0x86B7
4373*36dcc4a4SLionel Sambuc0x5A5C = 0x86B8
4374*36dcc4a4SLionel Sambuc0x5A5D = 0x86B9
4375*36dcc4a4SLionel Sambuc0x5A5E = 0x86BF
4376*36dcc4a4SLionel Sambuc0x5A5F = 0x86C0
4377*36dcc4a4SLionel Sambuc0x5A60 = 0x86C1
4378*36dcc4a4SLionel Sambuc0x5A61 = 0x86C3
4379*36dcc4a4SLionel Sambuc0x5A62 = 0x86C5
4380*36dcc4a4SLionel Sambuc0x5A63 = 0x86D1
4381*36dcc4a4SLionel Sambuc0x5A64 = 0x86D2
4382*36dcc4a4SLionel Sambuc0x5A65 = 0x86D5
4383*36dcc4a4SLionel Sambuc0x5A66 = 0x86D7
4384*36dcc4a4SLionel Sambuc0x5A67 = 0x86DA
4385*36dcc4a4SLionel Sambuc0x5A68 = 0x86DC
4386*36dcc4a4SLionel Sambuc0x5A69 = 0x86E0
4387*36dcc4a4SLionel Sambuc0x5A6A = 0x86E3
4388*36dcc4a4SLionel Sambuc0x5A6B = 0x86E5
4389*36dcc4a4SLionel Sambuc0x5A6C = 0x86E7
4390*36dcc4a4SLionel Sambuc0x5A6D = 0x8688
4391*36dcc4a4SLionel Sambuc0x5A6E = 0x86FA
4392*36dcc4a4SLionel Sambuc0x5A6F = 0x86FC
4393*36dcc4a4SLionel Sambuc0x5A70 = 0x86FD
4394*36dcc4a4SLionel Sambuc0x5A71 = 0x8704
4395*36dcc4a4SLionel Sambuc0x5A72 = 0x8705
4396*36dcc4a4SLionel Sambuc0x5A73 = 0x8707
4397*36dcc4a4SLionel Sambuc0x5A74 = 0x870B
4398*36dcc4a4SLionel Sambuc0x5A75 = 0x870E
4399*36dcc4a4SLionel Sambuc0x5A76 = 0x870F
4400*36dcc4a4SLionel Sambuc0x5A77 = 0x8710
4401*36dcc4a4SLionel Sambuc0x5A78 = 0x8713
4402*36dcc4a4SLionel Sambuc0x5A79 = 0x8714
4403*36dcc4a4SLionel Sambuc0x5A7A = 0x8719
4404*36dcc4a4SLionel Sambuc0x5A7B = 0x871E
4405*36dcc4a4SLionel Sambuc0x5A7C = 0x871F
4406*36dcc4a4SLionel Sambuc0x5A7D = 0x8721
4407*36dcc4a4SLionel Sambuc0x5A7E = 0x8723
4408*36dcc4a4SLionel Sambuc0x5B21 = 0x8728
4409*36dcc4a4SLionel Sambuc0x5B22 = 0x872E
4410*36dcc4a4SLionel Sambuc0x5B23 = 0x872F
4411*36dcc4a4SLionel Sambuc0x5B24 = 0x8731
4412*36dcc4a4SLionel Sambuc0x5B25 = 0x8732
4413*36dcc4a4SLionel Sambuc0x5B26 = 0x8739
4414*36dcc4a4SLionel Sambuc0x5B27 = 0x873A
4415*36dcc4a4SLionel Sambuc0x5B28 = 0x873C
4416*36dcc4a4SLionel Sambuc0x5B29 = 0x873D
4417*36dcc4a4SLionel Sambuc0x5B2A = 0x873E
4418*36dcc4a4SLionel Sambuc0x5B2B = 0x8740
4419*36dcc4a4SLionel Sambuc0x5B2C = 0x8743
4420*36dcc4a4SLionel Sambuc0x5B2D = 0x8745
4421*36dcc4a4SLionel Sambuc0x5B2E = 0x874D
4422*36dcc4a4SLionel Sambuc0x5B2F = 0x8758
4423*36dcc4a4SLionel Sambuc0x5B30 = 0x875D
4424*36dcc4a4SLionel Sambuc0x5B31 = 0x8761
4425*36dcc4a4SLionel Sambuc0x5B32 = 0x8764
4426*36dcc4a4SLionel Sambuc0x5B33 = 0x8765
4427*36dcc4a4SLionel Sambuc0x5B34 = 0x876F
4428*36dcc4a4SLionel Sambuc0x5B35 = 0x8771
4429*36dcc4a4SLionel Sambuc0x5B36 = 0x8772
4430*36dcc4a4SLionel Sambuc0x5B37 = 0x877B
4431*36dcc4a4SLionel Sambuc0x5B38 = 0x8783
4432*36dcc4a4SLionel Sambuc0x5B39 = 0x8784
4433*36dcc4a4SLionel Sambuc0x5B3A = 0x8785
4434*36dcc4a4SLionel Sambuc0x5B3B = 0x8786
4435*36dcc4a4SLionel Sambuc0x5B3C = 0x8787
4436*36dcc4a4SLionel Sambuc0x5B3D = 0x8788
4437*36dcc4a4SLionel Sambuc0x5B3E = 0x8789
4438*36dcc4a4SLionel Sambuc0x5B3F = 0x878B
4439*36dcc4a4SLionel Sambuc0x5B40 = 0x878C
4440*36dcc4a4SLionel Sambuc0x5B41 = 0x8790
4441*36dcc4a4SLionel Sambuc0x5B42 = 0x8793
4442*36dcc4a4SLionel Sambuc0x5B43 = 0x8795
4443*36dcc4a4SLionel Sambuc0x5B44 = 0x8797
4444*36dcc4a4SLionel Sambuc0x5B45 = 0x8798
4445*36dcc4a4SLionel Sambuc0x5B46 = 0x8799
4446*36dcc4a4SLionel Sambuc0x5B47 = 0x879E
4447*36dcc4a4SLionel Sambuc0x5B48 = 0x87A0
4448*36dcc4a4SLionel Sambuc0x5B49 = 0x87A3
4449*36dcc4a4SLionel Sambuc0x5B4A = 0x87A7
4450*36dcc4a4SLionel Sambuc0x5B4B = 0x87AC
4451*36dcc4a4SLionel Sambuc0x5B4C = 0x87AD
4452*36dcc4a4SLionel Sambuc0x5B4D = 0x87AE
4453*36dcc4a4SLionel Sambuc0x5B4E = 0x87B1
4454*36dcc4a4SLionel Sambuc0x5B4F = 0x87B5
4455*36dcc4a4SLionel Sambuc0x5B50 = 0x87BE
4456*36dcc4a4SLionel Sambuc0x5B51 = 0x87BF
4457*36dcc4a4SLionel Sambuc0x5B52 = 0x87C1
4458*36dcc4a4SLionel Sambuc0x5B53 = 0x87C8
4459*36dcc4a4SLionel Sambuc0x5B54 = 0x87C9
4460*36dcc4a4SLionel Sambuc0x5B55 = 0x87CA
4461*36dcc4a4SLionel Sambuc0x5B56 = 0x87CE
4462*36dcc4a4SLionel Sambuc0x5B57 = 0x87D5
4463*36dcc4a4SLionel Sambuc0x5B58 = 0x87D6
4464*36dcc4a4SLionel Sambuc0x5B59 = 0x87D9
4465*36dcc4a4SLionel Sambuc0x5B5A = 0x87DA
4466*36dcc4a4SLionel Sambuc0x5B5B = 0x87DC
4467*36dcc4a4SLionel Sambuc0x5B5C = 0x87DF
4468*36dcc4a4SLionel Sambuc0x5B5D = 0x87E2
4469*36dcc4a4SLionel Sambuc0x5B5E = 0x87E3
4470*36dcc4a4SLionel Sambuc0x5B5F = 0x87E4
4471*36dcc4a4SLionel Sambuc0x5B60 = 0x87EA
4472*36dcc4a4SLionel Sambuc0x5B61 = 0x87EB
4473*36dcc4a4SLionel Sambuc0x5B62 = 0x87ED
4474*36dcc4a4SLionel Sambuc0x5B63 = 0x87F1
4475*36dcc4a4SLionel Sambuc0x5B64 = 0x87F3
4476*36dcc4a4SLionel Sambuc0x5B65 = 0x87F8
4477*36dcc4a4SLionel Sambuc0x5B66 = 0x87FA
4478*36dcc4a4SLionel Sambuc0x5B67 = 0x87FF
4479*36dcc4a4SLionel Sambuc0x5B68 = 0x8801
4480*36dcc4a4SLionel Sambuc0x5B69 = 0x8803
4481*36dcc4a4SLionel Sambuc0x5B6A = 0x8806
4482*36dcc4a4SLionel Sambuc0x5B6B = 0x8809
4483*36dcc4a4SLionel Sambuc0x5B6C = 0x880A
4484*36dcc4a4SLionel Sambuc0x5B6D = 0x880B
4485*36dcc4a4SLionel Sambuc0x5B6E = 0x8810
4486*36dcc4a4SLionel Sambuc0x5B6F = 0x8819
4487*36dcc4a4SLionel Sambuc0x5B70 = 0x8812
4488*36dcc4a4SLionel Sambuc0x5B71 = 0x8813
4489*36dcc4a4SLionel Sambuc0x5B72 = 0x8814
4490*36dcc4a4SLionel Sambuc0x5B73 = 0x8818
4491*36dcc4a4SLionel Sambuc0x5B74 = 0x881A
4492*36dcc4a4SLionel Sambuc0x5B75 = 0x881B
4493*36dcc4a4SLionel Sambuc0x5B76 = 0x881C
4494*36dcc4a4SLionel Sambuc0x5B77 = 0x881E
4495*36dcc4a4SLionel Sambuc0x5B78 = 0x881F
4496*36dcc4a4SLionel Sambuc0x5B79 = 0x8828
4497*36dcc4a4SLionel Sambuc0x5B7A = 0x882D
4498*36dcc4a4SLionel Sambuc0x5B7B = 0x882E
4499*36dcc4a4SLionel Sambuc0x5B7C = 0x8830
4500*36dcc4a4SLionel Sambuc0x5B7D = 0x8832
4501*36dcc4a4SLionel Sambuc0x5B7E = 0x8835
4502*36dcc4a4SLionel Sambuc0x5C21 = 0x883A
4503*36dcc4a4SLionel Sambuc0x5C22 = 0x883C
4504*36dcc4a4SLionel Sambuc0x5C23 = 0x8841
4505*36dcc4a4SLionel Sambuc0x5C24 = 0x8843
4506*36dcc4a4SLionel Sambuc0x5C25 = 0x8845
4507*36dcc4a4SLionel Sambuc0x5C26 = 0x8848
4508*36dcc4a4SLionel Sambuc0x5C27 = 0x8849
4509*36dcc4a4SLionel Sambuc0x5C28 = 0x884A
4510*36dcc4a4SLionel Sambuc0x5C29 = 0x884B
4511*36dcc4a4SLionel Sambuc0x5C2A = 0x884E
4512*36dcc4a4SLionel Sambuc0x5C2B = 0x8851
4513*36dcc4a4SLionel Sambuc0x5C2C = 0x8855
4514*36dcc4a4SLionel Sambuc0x5C2D = 0x8856
4515*36dcc4a4SLionel Sambuc0x5C2E = 0x8858
4516*36dcc4a4SLionel Sambuc0x5C2F = 0x885A
4517*36dcc4a4SLionel Sambuc0x5C30 = 0x885C
4518*36dcc4a4SLionel Sambuc0x5C31 = 0x885F
4519*36dcc4a4SLionel Sambuc0x5C32 = 0x8860
4520*36dcc4a4SLionel Sambuc0x5C33 = 0x8864
4521*36dcc4a4SLionel Sambuc0x5C34 = 0x8869
4522*36dcc4a4SLionel Sambuc0x5C35 = 0x8871
4523*36dcc4a4SLionel Sambuc0x5C36 = 0x8879
4524*36dcc4a4SLionel Sambuc0x5C37 = 0x887B
4525*36dcc4a4SLionel Sambuc0x5C38 = 0x8880
4526*36dcc4a4SLionel Sambuc0x5C39 = 0x8898
4527*36dcc4a4SLionel Sambuc0x5C3A = 0x889A
4528*36dcc4a4SLionel Sambuc0x5C3B = 0x889B
4529*36dcc4a4SLionel Sambuc0x5C3C = 0x889C
4530*36dcc4a4SLionel Sambuc0x5C3D = 0x889F
4531*36dcc4a4SLionel Sambuc0x5C3E = 0x88A0
4532*36dcc4a4SLionel Sambuc0x5C3F = 0x88A8
4533*36dcc4a4SLionel Sambuc0x5C40 = 0x88AA
4534*36dcc4a4SLionel Sambuc0x5C41 = 0x88BA
4535*36dcc4a4SLionel Sambuc0x5C42 = 0x88BD
4536*36dcc4a4SLionel Sambuc0x5C43 = 0x88BE
4537*36dcc4a4SLionel Sambuc0x5C44 = 0x88C0
4538*36dcc4a4SLionel Sambuc0x5C45 = 0x88CA
4539*36dcc4a4SLionel Sambuc0x5C46 = 0x88CB
4540*36dcc4a4SLionel Sambuc0x5C47 = 0x88CC
4541*36dcc4a4SLionel Sambuc0x5C48 = 0x88CD
4542*36dcc4a4SLionel Sambuc0x5C49 = 0x88CE
4543*36dcc4a4SLionel Sambuc0x5C4A = 0x88D1
4544*36dcc4a4SLionel Sambuc0x5C4B = 0x88D2
4545*36dcc4a4SLionel Sambuc0x5C4C = 0x88D3
4546*36dcc4a4SLionel Sambuc0x5C4D = 0x88DB
4547*36dcc4a4SLionel Sambuc0x5C4E = 0x88DE
4548*36dcc4a4SLionel Sambuc0x5C4F = 0x88E7
4549*36dcc4a4SLionel Sambuc0x5C50 = 0x88EF
4550*36dcc4a4SLionel Sambuc0x5C51 = 0x88F0
4551*36dcc4a4SLionel Sambuc0x5C52 = 0x88F1
4552*36dcc4a4SLionel Sambuc0x5C53 = 0x88F5
4553*36dcc4a4SLionel Sambuc0x5C54 = 0x88F7
4554*36dcc4a4SLionel Sambuc0x5C55 = 0x8901
4555*36dcc4a4SLionel Sambuc0x5C56 = 0x8906
4556*36dcc4a4SLionel Sambuc0x5C57 = 0x890D
4557*36dcc4a4SLionel Sambuc0x5C58 = 0x890E
4558*36dcc4a4SLionel Sambuc0x5C59 = 0x890F
4559*36dcc4a4SLionel Sambuc0x5C5A = 0x8915
4560*36dcc4a4SLionel Sambuc0x5C5B = 0x8916
4561*36dcc4a4SLionel Sambuc0x5C5C = 0x8918
4562*36dcc4a4SLionel Sambuc0x5C5D = 0x8919
4563*36dcc4a4SLionel Sambuc0x5C5E = 0x891A
4564*36dcc4a4SLionel Sambuc0x5C5F = 0x891C
4565*36dcc4a4SLionel Sambuc0x5C60 = 0x8920
4566*36dcc4a4SLionel Sambuc0x5C61 = 0x8926
4567*36dcc4a4SLionel Sambuc0x5C62 = 0x8927
4568*36dcc4a4SLionel Sambuc0x5C63 = 0x8928
4569*36dcc4a4SLionel Sambuc0x5C64 = 0x8930
4570*36dcc4a4SLionel Sambuc0x5C65 = 0x8931
4571*36dcc4a4SLionel Sambuc0x5C66 = 0x8932
4572*36dcc4a4SLionel Sambuc0x5C67 = 0x8935
4573*36dcc4a4SLionel Sambuc0x5C68 = 0x8939
4574*36dcc4a4SLionel Sambuc0x5C69 = 0x893A
4575*36dcc4a4SLionel Sambuc0x5C6A = 0x893E
4576*36dcc4a4SLionel Sambuc0x5C6B = 0x8940
4577*36dcc4a4SLionel Sambuc0x5C6C = 0x8942
4578*36dcc4a4SLionel Sambuc0x5C6D = 0x8945
4579*36dcc4a4SLionel Sambuc0x5C6E = 0x8946
4580*36dcc4a4SLionel Sambuc0x5C6F = 0x8949
4581*36dcc4a4SLionel Sambuc0x5C70 = 0x894F
4582*36dcc4a4SLionel Sambuc0x5C71 = 0x8952
4583*36dcc4a4SLionel Sambuc0x5C72 = 0x8957
4584*36dcc4a4SLionel Sambuc0x5C73 = 0x895A
4585*36dcc4a4SLionel Sambuc0x5C74 = 0x895B
4586*36dcc4a4SLionel Sambuc0x5C75 = 0x895C
4587*36dcc4a4SLionel Sambuc0x5C76 = 0x8961
4588*36dcc4a4SLionel Sambuc0x5C77 = 0x8962
4589*36dcc4a4SLionel Sambuc0x5C78 = 0x8963
4590*36dcc4a4SLionel Sambuc0x5C79 = 0x896B
4591*36dcc4a4SLionel Sambuc0x5C7A = 0x896E
4592*36dcc4a4SLionel Sambuc0x5C7B = 0x8970
4593*36dcc4a4SLionel Sambuc0x5C7C = 0x8973
4594*36dcc4a4SLionel Sambuc0x5C7D = 0x8975
4595*36dcc4a4SLionel Sambuc0x5C7E = 0x897A
4596*36dcc4a4SLionel Sambuc0x5D21 = 0x897B
4597*36dcc4a4SLionel Sambuc0x5D22 = 0x897C
4598*36dcc4a4SLionel Sambuc0x5D23 = 0x897D
4599*36dcc4a4SLionel Sambuc0x5D24 = 0x8989
4600*36dcc4a4SLionel Sambuc0x5D25 = 0x898D
4601*36dcc4a4SLionel Sambuc0x5D26 = 0x8990
4602*36dcc4a4SLionel Sambuc0x5D27 = 0x8994
4603*36dcc4a4SLionel Sambuc0x5D28 = 0x8995
4604*36dcc4a4SLionel Sambuc0x5D29 = 0x899B
4605*36dcc4a4SLionel Sambuc0x5D2A = 0x899C
4606*36dcc4a4SLionel Sambuc0x5D2B = 0x899F
4607*36dcc4a4SLionel Sambuc0x5D2C = 0x89A0
4608*36dcc4a4SLionel Sambuc0x5D2D = 0x89A5
4609*36dcc4a4SLionel Sambuc0x5D2E = 0x89B0
4610*36dcc4a4SLionel Sambuc0x5D2F = 0x89B4
4611*36dcc4a4SLionel Sambuc0x5D30 = 0x89B5
4612*36dcc4a4SLionel Sambuc0x5D31 = 0x89B6
4613*36dcc4a4SLionel Sambuc0x5D32 = 0x89B7
4614*36dcc4a4SLionel Sambuc0x5D33 = 0x89BC
4615*36dcc4a4SLionel Sambuc0x5D34 = 0x89D4
4616*36dcc4a4SLionel Sambuc0x5D35 = 0x89D5
4617*36dcc4a4SLionel Sambuc0x5D36 = 0x89D6
4618*36dcc4a4SLionel Sambuc0x5D37 = 0x89D7
4619*36dcc4a4SLionel Sambuc0x5D38 = 0x89D8
4620*36dcc4a4SLionel Sambuc0x5D39 = 0x89E5
4621*36dcc4a4SLionel Sambuc0x5D3A = 0x89E9
4622*36dcc4a4SLionel Sambuc0x5D3B = 0x89EB
4623*36dcc4a4SLionel Sambuc0x5D3C = 0x89ED
4624*36dcc4a4SLionel Sambuc0x5D3D = 0x89F1
4625*36dcc4a4SLionel Sambuc0x5D3E = 0x89F3
4626*36dcc4a4SLionel Sambuc0x5D3F = 0x89F6
4627*36dcc4a4SLionel Sambuc0x5D40 = 0x89F9
4628*36dcc4a4SLionel Sambuc0x5D41 = 0x89FD
4629*36dcc4a4SLionel Sambuc0x5D42 = 0x89FF
4630*36dcc4a4SLionel Sambuc0x5D43 = 0x8A04
4631*36dcc4a4SLionel Sambuc0x5D44 = 0x8A05
4632*36dcc4a4SLionel Sambuc0x5D45 = 0x8A07
4633*36dcc4a4SLionel Sambuc0x5D46 = 0x8A0F
4634*36dcc4a4SLionel Sambuc0x5D47 = 0x8A11
4635*36dcc4a4SLionel Sambuc0x5D48 = 0x8A12
4636*36dcc4a4SLionel Sambuc0x5D49 = 0x8A14
4637*36dcc4a4SLionel Sambuc0x5D4A = 0x8A15
4638*36dcc4a4SLionel Sambuc0x5D4B = 0x8A1E
4639*36dcc4a4SLionel Sambuc0x5D4C = 0x8A20
4640*36dcc4a4SLionel Sambuc0x5D4D = 0x8A22
4641*36dcc4a4SLionel Sambuc0x5D4E = 0x8A24
4642*36dcc4a4SLionel Sambuc0x5D4F = 0x8A26
4643*36dcc4a4SLionel Sambuc0x5D50 = 0x8A2B
4644*36dcc4a4SLionel Sambuc0x5D51 = 0x8A2C
4645*36dcc4a4SLionel Sambuc0x5D52 = 0x8A2F
4646*36dcc4a4SLionel Sambuc0x5D53 = 0x8A35
4647*36dcc4a4SLionel Sambuc0x5D54 = 0x8A37
4648*36dcc4a4SLionel Sambuc0x5D55 = 0x8A3D
4649*36dcc4a4SLionel Sambuc0x5D56 = 0x8A3E
4650*36dcc4a4SLionel Sambuc0x5D57 = 0x8A40
4651*36dcc4a4SLionel Sambuc0x5D58 = 0x8A43
4652*36dcc4a4SLionel Sambuc0x5D59 = 0x8A45
4653*36dcc4a4SLionel Sambuc0x5D5A = 0x8A47
4654*36dcc4a4SLionel Sambuc0x5D5B = 0x8A49
4655*36dcc4a4SLionel Sambuc0x5D5C = 0x8A4D
4656*36dcc4a4SLionel Sambuc0x5D5D = 0x8A4E
4657*36dcc4a4SLionel Sambuc0x5D5E = 0x8A53
4658*36dcc4a4SLionel Sambuc0x5D5F = 0x8A56
4659*36dcc4a4SLionel Sambuc0x5D60 = 0x8A57
4660*36dcc4a4SLionel Sambuc0x5D61 = 0x8A58
4661*36dcc4a4SLionel Sambuc0x5D62 = 0x8A5C
4662*36dcc4a4SLionel Sambuc0x5D63 = 0x8A5D
4663*36dcc4a4SLionel Sambuc0x5D64 = 0x8A61
4664*36dcc4a4SLionel Sambuc0x5D65 = 0x8A65
4665*36dcc4a4SLionel Sambuc0x5D66 = 0x8A67
4666*36dcc4a4SLionel Sambuc0x5D67 = 0x8A75
4667*36dcc4a4SLionel Sambuc0x5D68 = 0x8A76
4668*36dcc4a4SLionel Sambuc0x5D69 = 0x8A77
4669*36dcc4a4SLionel Sambuc0x5D6A = 0x8A79
4670*36dcc4a4SLionel Sambuc0x5D6B = 0x8A7A
4671*36dcc4a4SLionel Sambuc0x5D6C = 0x8A7B
4672*36dcc4a4SLionel Sambuc0x5D6D = 0x8A7E
4673*36dcc4a4SLionel Sambuc0x5D6E = 0x8A7F
4674*36dcc4a4SLionel Sambuc0x5D6F = 0x8A80
4675*36dcc4a4SLionel Sambuc0x5D70 = 0x8A83
4676*36dcc4a4SLionel Sambuc0x5D71 = 0x8A86
4677*36dcc4a4SLionel Sambuc0x5D72 = 0x8A8B
4678*36dcc4a4SLionel Sambuc0x5D73 = 0x8A8F
4679*36dcc4a4SLionel Sambuc0x5D74 = 0x8A90
4680*36dcc4a4SLionel Sambuc0x5D75 = 0x8A92
4681*36dcc4a4SLionel Sambuc0x5D76 = 0x8A96
4682*36dcc4a4SLionel Sambuc0x5D77 = 0x8A97
4683*36dcc4a4SLionel Sambuc0x5D78 = 0x8A99
4684*36dcc4a4SLionel Sambuc0x5D79 = 0x8A9F
4685*36dcc4a4SLionel Sambuc0x5D7A = 0x8AA7
4686*36dcc4a4SLionel Sambuc0x5D7B = 0x8AA9
4687*36dcc4a4SLionel Sambuc0x5D7C = 0x8AAE
4688*36dcc4a4SLionel Sambuc0x5D7D = 0x8AAF
4689*36dcc4a4SLionel Sambuc0x5D7E = 0x8AB3
4690*36dcc4a4SLionel Sambuc0x5E21 = 0x8AB6
4691*36dcc4a4SLionel Sambuc0x5E22 = 0x8AB7
4692*36dcc4a4SLionel Sambuc0x5E23 = 0x8ABB
4693*36dcc4a4SLionel Sambuc0x5E24 = 0x8ABE
4694*36dcc4a4SLionel Sambuc0x5E25 = 0x8AC3
4695*36dcc4a4SLionel Sambuc0x5E26 = 0x8AC6
4696*36dcc4a4SLionel Sambuc0x5E27 = 0x8AC8
4697*36dcc4a4SLionel Sambuc0x5E28 = 0x8AC9
4698*36dcc4a4SLionel Sambuc0x5E29 = 0x8ACA
4699*36dcc4a4SLionel Sambuc0x5E2A = 0x8AD1
4700*36dcc4a4SLionel Sambuc0x5E2B = 0x8AD3
4701*36dcc4a4SLionel Sambuc0x5E2C = 0x8AD4
4702*36dcc4a4SLionel Sambuc0x5E2D = 0x8AD5
4703*36dcc4a4SLionel Sambuc0x5E2E = 0x8AD7
4704*36dcc4a4SLionel Sambuc0x5E2F = 0x8ADD
4705*36dcc4a4SLionel Sambuc0x5E30 = 0x8ADF
4706*36dcc4a4SLionel Sambuc0x5E31 = 0x8AEC
4707*36dcc4a4SLionel Sambuc0x5E32 = 0x8AF0
4708*36dcc4a4SLionel Sambuc0x5E33 = 0x8AF4
4709*36dcc4a4SLionel Sambuc0x5E34 = 0x8AF5
4710*36dcc4a4SLionel Sambuc0x5E35 = 0x8AF6
4711*36dcc4a4SLionel Sambuc0x5E36 = 0x8AFC
4712*36dcc4a4SLionel Sambuc0x5E37 = 0x8AFF
4713*36dcc4a4SLionel Sambuc0x5E38 = 0x8B05
4714*36dcc4a4SLionel Sambuc0x5E39 = 0x8B06
4715*36dcc4a4SLionel Sambuc0x5E3A = 0x8B0B
4716*36dcc4a4SLionel Sambuc0x5E3B = 0x8B11
4717*36dcc4a4SLionel Sambuc0x5E3C = 0x8B1C
4718*36dcc4a4SLionel Sambuc0x5E3D = 0x8B1E
4719*36dcc4a4SLionel Sambuc0x5E3E = 0x8B1F
4720*36dcc4a4SLionel Sambuc0x5E3F = 0x8B0A
4721*36dcc4a4SLionel Sambuc0x5E40 = 0x8B2D
4722*36dcc4a4SLionel Sambuc0x5E41 = 0x8B30
4723*36dcc4a4SLionel Sambuc0x5E42 = 0x8B37
4724*36dcc4a4SLionel Sambuc0x5E43 = 0x8B3C
4725*36dcc4a4SLionel Sambuc0x5E44 = 0x8B42
4726*36dcc4a4SLionel Sambuc0x5E45 = 0x8B43
4727*36dcc4a4SLionel Sambuc0x5E46 = 0x8B44
4728*36dcc4a4SLionel Sambuc0x5E47 = 0x8B45
4729*36dcc4a4SLionel Sambuc0x5E48 = 0x8B46
4730*36dcc4a4SLionel Sambuc0x5E49 = 0x8B48
4731*36dcc4a4SLionel Sambuc0x5E4A = 0x8B52
4732*36dcc4a4SLionel Sambuc0x5E4B = 0x8B53
4733*36dcc4a4SLionel Sambuc0x5E4C = 0x8B54
4734*36dcc4a4SLionel Sambuc0x5E4D = 0x8B59
4735*36dcc4a4SLionel Sambuc0x5E4E = 0x8B4D
4736*36dcc4a4SLionel Sambuc0x5E4F = 0x8B5E
4737*36dcc4a4SLionel Sambuc0x5E50 = 0x8B63
4738*36dcc4a4SLionel Sambuc0x5E51 = 0x8B6D
4739*36dcc4a4SLionel Sambuc0x5E52 = 0x8B76
4740*36dcc4a4SLionel Sambuc0x5E53 = 0x8B78
4741*36dcc4a4SLionel Sambuc0x5E54 = 0x8B79
4742*36dcc4a4SLionel Sambuc0x5E55 = 0x8B7C
4743*36dcc4a4SLionel Sambuc0x5E56 = 0x8B7E
4744*36dcc4a4SLionel Sambuc0x5E57 = 0x8B81
4745*36dcc4a4SLionel Sambuc0x5E58 = 0x8B84
4746*36dcc4a4SLionel Sambuc0x5E59 = 0x8B85
4747*36dcc4a4SLionel Sambuc0x5E5A = 0x8B8B
4748*36dcc4a4SLionel Sambuc0x5E5B = 0x8B8D
4749*36dcc4a4SLionel Sambuc0x5E5C = 0x8B8F
4750*36dcc4a4SLionel Sambuc0x5E5D = 0x8B94
4751*36dcc4a4SLionel Sambuc0x5E5E = 0x8B95
4752*36dcc4a4SLionel Sambuc0x5E5F = 0x8B9C
4753*36dcc4a4SLionel Sambuc0x5E60 = 0x8B9E
4754*36dcc4a4SLionel Sambuc0x5E61 = 0x8B9F
4755*36dcc4a4SLionel Sambuc0x5E62 = 0x8C38
4756*36dcc4a4SLionel Sambuc0x5E63 = 0x8C39
4757*36dcc4a4SLionel Sambuc0x5E64 = 0x8C3D
4758*36dcc4a4SLionel Sambuc0x5E65 = 0x8C3E
4759*36dcc4a4SLionel Sambuc0x5E66 = 0x8C45
4760*36dcc4a4SLionel Sambuc0x5E67 = 0x8C47
4761*36dcc4a4SLionel Sambuc0x5E68 = 0x8C49
4762*36dcc4a4SLionel Sambuc0x5E69 = 0x8C4B
4763*36dcc4a4SLionel Sambuc0x5E6A = 0x8C4F
4764*36dcc4a4SLionel Sambuc0x5E6B = 0x8C51
4765*36dcc4a4SLionel Sambuc0x5E6C = 0x8C53
4766*36dcc4a4SLionel Sambuc0x5E6D = 0x8C54
4767*36dcc4a4SLionel Sambuc0x5E6E = 0x8C57
4768*36dcc4a4SLionel Sambuc0x5E6F = 0x8C58
4769*36dcc4a4SLionel Sambuc0x5E70 = 0x8C5B
4770*36dcc4a4SLionel Sambuc0x5E71 = 0x8C5D
4771*36dcc4a4SLionel Sambuc0x5E72 = 0x8C59
4772*36dcc4a4SLionel Sambuc0x5E73 = 0x8C63
4773*36dcc4a4SLionel Sambuc0x5E74 = 0x8C64
4774*36dcc4a4SLionel Sambuc0x5E75 = 0x8C66
4775*36dcc4a4SLionel Sambuc0x5E76 = 0x8C68
4776*36dcc4a4SLionel Sambuc0x5E77 = 0x8C69
4777*36dcc4a4SLionel Sambuc0x5E78 = 0x8C6D
4778*36dcc4a4SLionel Sambuc0x5E79 = 0x8C73
4779*36dcc4a4SLionel Sambuc0x5E7A = 0x8C75
4780*36dcc4a4SLionel Sambuc0x5E7B = 0x8C76
4781*36dcc4a4SLionel Sambuc0x5E7C = 0x8C7B
4782*36dcc4a4SLionel Sambuc0x5E7D = 0x8C7E
4783*36dcc4a4SLionel Sambuc0x5E7E = 0x8C86
4784*36dcc4a4SLionel Sambuc0x5F21 = 0x8C87
4785*36dcc4a4SLionel Sambuc0x5F22 = 0x8C8B
4786*36dcc4a4SLionel Sambuc0x5F23 = 0x8C90
4787*36dcc4a4SLionel Sambuc0x5F24 = 0x8C92
4788*36dcc4a4SLionel Sambuc0x5F25 = 0x8C93
4789*36dcc4a4SLionel Sambuc0x5F26 = 0x8C99
4790*36dcc4a4SLionel Sambuc0x5F27 = 0x8C9B
4791*36dcc4a4SLionel Sambuc0x5F28 = 0x8C9C
4792*36dcc4a4SLionel Sambuc0x5F29 = 0x8CA4
4793*36dcc4a4SLionel Sambuc0x5F2A = 0x8CB9
4794*36dcc4a4SLionel Sambuc0x5F2B = 0x8CBA
4795*36dcc4a4SLionel Sambuc0x5F2C = 0x8CC5
4796*36dcc4a4SLionel Sambuc0x5F2D = 0x8CC6
4797*36dcc4a4SLionel Sambuc0x5F2E = 0x8CC9
4798*36dcc4a4SLionel Sambuc0x5F2F = 0x8CCB
4799*36dcc4a4SLionel Sambuc0x5F30 = 0x8CCF
4800*36dcc4a4SLionel Sambuc0x5F31 = 0x8CD6
4801*36dcc4a4SLionel Sambuc0x5F32 = 0x8CD5
4802*36dcc4a4SLionel Sambuc0x5F33 = 0x8CD9
4803*36dcc4a4SLionel Sambuc0x5F34 = 0x8CDD
4804*36dcc4a4SLionel Sambuc0x5F35 = 0x8CE1
4805*36dcc4a4SLionel Sambuc0x5F36 = 0x8CE8
4806*36dcc4a4SLionel Sambuc0x5F37 = 0x8CEC
4807*36dcc4a4SLionel Sambuc0x5F38 = 0x8CEF
4808*36dcc4a4SLionel Sambuc0x5F39 = 0x8CF0
4809*36dcc4a4SLionel Sambuc0x5F3A = 0x8CF2
4810*36dcc4a4SLionel Sambuc0x5F3B = 0x8CF5
4811*36dcc4a4SLionel Sambuc0x5F3C = 0x8CF7
4812*36dcc4a4SLionel Sambuc0x5F3D = 0x8CF8
4813*36dcc4a4SLionel Sambuc0x5F3E = 0x8CFE
4814*36dcc4a4SLionel Sambuc0x5F3F = 0x8CFF
4815*36dcc4a4SLionel Sambuc0x5F40 = 0x8D01
4816*36dcc4a4SLionel Sambuc0x5F41 = 0x8D03
4817*36dcc4a4SLionel Sambuc0x5F42 = 0x8D09
4818*36dcc4a4SLionel Sambuc0x5F43 = 0x8D12
4819*36dcc4a4SLionel Sambuc0x5F44 = 0x8D17
4820*36dcc4a4SLionel Sambuc0x5F45 = 0x8D1B
4821*36dcc4a4SLionel Sambuc0x5F46 = 0x8D65
4822*36dcc4a4SLionel Sambuc0x5F47 = 0x8D69
4823*36dcc4a4SLionel Sambuc0x5F48 = 0x8D6C
4824*36dcc4a4SLionel Sambuc0x5F49 = 0x8D6E
4825*36dcc4a4SLionel Sambuc0x5F4A = 0x8D7F
4826*36dcc4a4SLionel Sambuc0x5F4B = 0x8D82
4827*36dcc4a4SLionel Sambuc0x5F4C = 0x8D84
4828*36dcc4a4SLionel Sambuc0x5F4D = 0x8D88
4829*36dcc4a4SLionel Sambuc0x5F4E = 0x8D8D
4830*36dcc4a4SLionel Sambuc0x5F4F = 0x8D90
4831*36dcc4a4SLionel Sambuc0x5F50 = 0x8D91
4832*36dcc4a4SLionel Sambuc0x5F51 = 0x8D95
4833*36dcc4a4SLionel Sambuc0x5F52 = 0x8D9E
4834*36dcc4a4SLionel Sambuc0x5F53 = 0x8D9F
4835*36dcc4a4SLionel Sambuc0x5F54 = 0x8DA0
4836*36dcc4a4SLionel Sambuc0x5F55 = 0x8DA6
4837*36dcc4a4SLionel Sambuc0x5F56 = 0x8DAB
4838*36dcc4a4SLionel Sambuc0x5F57 = 0x8DAC
4839*36dcc4a4SLionel Sambuc0x5F58 = 0x8DAF
4840*36dcc4a4SLionel Sambuc0x5F59 = 0x8DB2
4841*36dcc4a4SLionel Sambuc0x5F5A = 0x8DB5
4842*36dcc4a4SLionel Sambuc0x5F5B = 0x8DB7
4843*36dcc4a4SLionel Sambuc0x5F5C = 0x8DB9
4844*36dcc4a4SLionel Sambuc0x5F5D = 0x8DBB
4845*36dcc4a4SLionel Sambuc0x5F5E = 0x8DC0
4846*36dcc4a4SLionel Sambuc0x5F5F = 0x8DC5
4847*36dcc4a4SLionel Sambuc0x5F60 = 0x8DC6
4848*36dcc4a4SLionel Sambuc0x5F61 = 0x8DC7
4849*36dcc4a4SLionel Sambuc0x5F62 = 0x8DC8
4850*36dcc4a4SLionel Sambuc0x5F63 = 0x8DCA
4851*36dcc4a4SLionel Sambuc0x5F64 = 0x8DCE
4852*36dcc4a4SLionel Sambuc0x5F65 = 0x8DD1
4853*36dcc4a4SLionel Sambuc0x5F66 = 0x8DD4
4854*36dcc4a4SLionel Sambuc0x5F67 = 0x8DD5
4855*36dcc4a4SLionel Sambuc0x5F68 = 0x8DD7
4856*36dcc4a4SLionel Sambuc0x5F69 = 0x8DD9
4857*36dcc4a4SLionel Sambuc0x5F6A = 0x8DE4
4858*36dcc4a4SLionel Sambuc0x5F6B = 0x8DE5
4859*36dcc4a4SLionel Sambuc0x5F6C = 0x8DE7
4860*36dcc4a4SLionel Sambuc0x5F6D = 0x8DEC
4861*36dcc4a4SLionel Sambuc0x5F6E = 0x8DF0
4862*36dcc4a4SLionel Sambuc0x5F6F = 0x8DBC
4863*36dcc4a4SLionel Sambuc0x5F70 = 0x8DF1
4864*36dcc4a4SLionel Sambuc0x5F71 = 0x8DF2
4865*36dcc4a4SLionel Sambuc0x5F72 = 0x8DF4
4866*36dcc4a4SLionel Sambuc0x5F73 = 0x8DFD
4867*36dcc4a4SLionel Sambuc0x5F74 = 0x8E01
4868*36dcc4a4SLionel Sambuc0x5F75 = 0x8E04
4869*36dcc4a4SLionel Sambuc0x5F76 = 0x8E05
4870*36dcc4a4SLionel Sambuc0x5F77 = 0x8E06
4871*36dcc4a4SLionel Sambuc0x5F78 = 0x8E0B
4872*36dcc4a4SLionel Sambuc0x5F79 = 0x8E11
4873*36dcc4a4SLionel Sambuc0x5F7A = 0x8E14
4874*36dcc4a4SLionel Sambuc0x5F7B = 0x8E16
4875*36dcc4a4SLionel Sambuc0x5F7C = 0x8E20
4876*36dcc4a4SLionel Sambuc0x5F7D = 0x8E21
4877*36dcc4a4SLionel Sambuc0x5F7E = 0x8E22
4878*36dcc4a4SLionel Sambuc0x6021 = 0x8E23
4879*36dcc4a4SLionel Sambuc0x6022 = 0x8E26
4880*36dcc4a4SLionel Sambuc0x6023 = 0x8E27
4881*36dcc4a4SLionel Sambuc0x6024 = 0x8E31
4882*36dcc4a4SLionel Sambuc0x6025 = 0x8E33
4883*36dcc4a4SLionel Sambuc0x6026 = 0x8E36
4884*36dcc4a4SLionel Sambuc0x6027 = 0x8E37
4885*36dcc4a4SLionel Sambuc0x6028 = 0x8E38
4886*36dcc4a4SLionel Sambuc0x6029 = 0x8E39
4887*36dcc4a4SLionel Sambuc0x602A = 0x8E3D
4888*36dcc4a4SLionel Sambuc0x602B = 0x8E40
4889*36dcc4a4SLionel Sambuc0x602C = 0x8E41
4890*36dcc4a4SLionel Sambuc0x602D = 0x8E4B
4891*36dcc4a4SLionel Sambuc0x602E = 0x8E4D
4892*36dcc4a4SLionel Sambuc0x602F = 0x8E4E
4893*36dcc4a4SLionel Sambuc0x6030 = 0x8E4F
4894*36dcc4a4SLionel Sambuc0x6031 = 0x8E54
4895*36dcc4a4SLionel Sambuc0x6032 = 0x8E5B
4896*36dcc4a4SLionel Sambuc0x6033 = 0x8E5C
4897*36dcc4a4SLionel Sambuc0x6034 = 0x8E5D
4898*36dcc4a4SLionel Sambuc0x6035 = 0x8E5E
4899*36dcc4a4SLionel Sambuc0x6036 = 0x8E61
4900*36dcc4a4SLionel Sambuc0x6037 = 0x8E62
4901*36dcc4a4SLionel Sambuc0x6038 = 0x8E69
4902*36dcc4a4SLionel Sambuc0x6039 = 0x8E6C
4903*36dcc4a4SLionel Sambuc0x603A = 0x8E6D
4904*36dcc4a4SLionel Sambuc0x603B = 0x8E6F
4905*36dcc4a4SLionel Sambuc0x603C = 0x8E70
4906*36dcc4a4SLionel Sambuc0x603D = 0x8E71
4907*36dcc4a4SLionel Sambuc0x603E = 0x8E79
4908*36dcc4a4SLionel Sambuc0x603F = 0x8E7A
4909*36dcc4a4SLionel Sambuc0x6040 = 0x8E7B
4910*36dcc4a4SLionel Sambuc0x6041 = 0x8E82
4911*36dcc4a4SLionel Sambuc0x6042 = 0x8E83
4912*36dcc4a4SLionel Sambuc0x6043 = 0x8E89
4913*36dcc4a4SLionel Sambuc0x6044 = 0x8E90
4914*36dcc4a4SLionel Sambuc0x6045 = 0x8E92
4915*36dcc4a4SLionel Sambuc0x6046 = 0x8E95
4916*36dcc4a4SLionel Sambuc0x6047 = 0x8E9A
4917*36dcc4a4SLionel Sambuc0x6048 = 0x8E9B
4918*36dcc4a4SLionel Sambuc0x6049 = 0x8E9D
4919*36dcc4a4SLionel Sambuc0x604A = 0x8E9E
4920*36dcc4a4SLionel Sambuc0x604B = 0x8EA2
4921*36dcc4a4SLionel Sambuc0x604C = 0x8EA7
4922*36dcc4a4SLionel Sambuc0x604D = 0x8EA9
4923*36dcc4a4SLionel Sambuc0x604E = 0x8EAD
4924*36dcc4a4SLionel Sambuc0x604F = 0x8EAE
4925*36dcc4a4SLionel Sambuc0x6050 = 0x8EB3
4926*36dcc4a4SLionel Sambuc0x6051 = 0x8EB5
4927*36dcc4a4SLionel Sambuc0x6052 = 0x8EBA
4928*36dcc4a4SLionel Sambuc0x6053 = 0x8EBB
4929*36dcc4a4SLionel Sambuc0x6054 = 0x8EC0
4930*36dcc4a4SLionel Sambuc0x6055 = 0x8EC1
4931*36dcc4a4SLionel Sambuc0x6056 = 0x8EC3
4932*36dcc4a4SLionel Sambuc0x6057 = 0x8EC4
4933*36dcc4a4SLionel Sambuc0x6058 = 0x8EC7
4934*36dcc4a4SLionel Sambuc0x6059 = 0x8ECF
4935*36dcc4a4SLionel Sambuc0x605A = 0x8ED1
4936*36dcc4a4SLionel Sambuc0x605B = 0x8ED4
4937*36dcc4a4SLionel Sambuc0x605C = 0x8EDC
4938*36dcc4a4SLionel Sambuc0x605D = 0x8EE8
4939*36dcc4a4SLionel Sambuc0x605E = 0x8EEE
4940*36dcc4a4SLionel Sambuc0x605F = 0x8EF0
4941*36dcc4a4SLionel Sambuc0x6060 = 0x8EF1
4942*36dcc4a4SLionel Sambuc0x6061 = 0x8EF7
4943*36dcc4a4SLionel Sambuc0x6062 = 0x8EF9
4944*36dcc4a4SLionel Sambuc0x6063 = 0x8EFA
4945*36dcc4a4SLionel Sambuc0x6064 = 0x8EED
4946*36dcc4a4SLionel Sambuc0x6065 = 0x8F00
4947*36dcc4a4SLionel Sambuc0x6066 = 0x8F02
4948*36dcc4a4SLionel Sambuc0x6067 = 0x8F07
4949*36dcc4a4SLionel Sambuc0x6068 = 0x8F08
4950*36dcc4a4SLionel Sambuc0x6069 = 0x8F0F
4951*36dcc4a4SLionel Sambuc0x606A = 0x8F10
4952*36dcc4a4SLionel Sambuc0x606B = 0x8F16
4953*36dcc4a4SLionel Sambuc0x606C = 0x8F17
4954*36dcc4a4SLionel Sambuc0x606D = 0x8F18
4955*36dcc4a4SLionel Sambuc0x606E = 0x8F1E
4956*36dcc4a4SLionel Sambuc0x606F = 0x8F20
4957*36dcc4a4SLionel Sambuc0x6070 = 0x8F21
4958*36dcc4a4SLionel Sambuc0x6071 = 0x8F23
4959*36dcc4a4SLionel Sambuc0x6072 = 0x8F25
4960*36dcc4a4SLionel Sambuc0x6073 = 0x8F27
4961*36dcc4a4SLionel Sambuc0x6074 = 0x8F28
4962*36dcc4a4SLionel Sambuc0x6075 = 0x8F2C
4963*36dcc4a4SLionel Sambuc0x6076 = 0x8F2D
4964*36dcc4a4SLionel Sambuc0x6077 = 0x8F2E
4965*36dcc4a4SLionel Sambuc0x6078 = 0x8F34
4966*36dcc4a4SLionel Sambuc0x6079 = 0x8F35
4967*36dcc4a4SLionel Sambuc0x607A = 0x8F36
4968*36dcc4a4SLionel Sambuc0x607B = 0x8F37
4969*36dcc4a4SLionel Sambuc0x607C = 0x8F3A
4970*36dcc4a4SLionel Sambuc0x607D = 0x8F40
4971*36dcc4a4SLionel Sambuc0x607E = 0x8F41
4972*36dcc4a4SLionel Sambuc0x6121 = 0x8F43
4973*36dcc4a4SLionel Sambuc0x6122 = 0x8F47
4974*36dcc4a4SLionel Sambuc0x6123 = 0x8F4F
4975*36dcc4a4SLionel Sambuc0x6124 = 0x8F51
4976*36dcc4a4SLionel Sambuc0x6125 = 0x8F52
4977*36dcc4a4SLionel Sambuc0x6126 = 0x8F53
4978*36dcc4a4SLionel Sambuc0x6127 = 0x8F54
4979*36dcc4a4SLionel Sambuc0x6128 = 0x8F55
4980*36dcc4a4SLionel Sambuc0x6129 = 0x8F58
4981*36dcc4a4SLionel Sambuc0x612A = 0x8F5D
4982*36dcc4a4SLionel Sambuc0x612B = 0x8F5E
4983*36dcc4a4SLionel Sambuc0x612C = 0x8F65
4984*36dcc4a4SLionel Sambuc0x612D = 0x8F9D
4985*36dcc4a4SLionel Sambuc0x612E = 0x8FA0
4986*36dcc4a4SLionel Sambuc0x612F = 0x8FA1
4987*36dcc4a4SLionel Sambuc0x6130 = 0x8FA4
4988*36dcc4a4SLionel Sambuc0x6131 = 0x8FA5
4989*36dcc4a4SLionel Sambuc0x6132 = 0x8FA6
4990*36dcc4a4SLionel Sambuc0x6133 = 0x8FB5
4991*36dcc4a4SLionel Sambuc0x6134 = 0x8FB6
4992*36dcc4a4SLionel Sambuc0x6135 = 0x8FB8
4993*36dcc4a4SLionel Sambuc0x6136 = 0x8FBE
4994*36dcc4a4SLionel Sambuc0x6137 = 0x8FC0
4995*36dcc4a4SLionel Sambuc0x6138 = 0x8FC1
4996*36dcc4a4SLionel Sambuc0x6139 = 0x8FC6
4997*36dcc4a4SLionel Sambuc0x613A = 0x8FCA
4998*36dcc4a4SLionel Sambuc0x613B = 0x8FCB
4999*36dcc4a4SLionel Sambuc0x613C = 0x8FCD
5000*36dcc4a4SLionel Sambuc0x613D = 0x8FD0
5001*36dcc4a4SLionel Sambuc0x613E = 0x8FD2
5002*36dcc4a4SLionel Sambuc0x613F = 0x8FD3
5003*36dcc4a4SLionel Sambuc0x6140 = 0x8FD5
5004*36dcc4a4SLionel Sambuc0x6141 = 0x8FE0
5005*36dcc4a4SLionel Sambuc0x6142 = 0x8FE3
5006*36dcc4a4SLionel Sambuc0x6143 = 0x8FE4
5007*36dcc4a4SLionel Sambuc0x6144 = 0x8FE8
5008*36dcc4a4SLionel Sambuc0x6145 = 0x8FEE
5009*36dcc4a4SLionel Sambuc0x6146 = 0x8FF1
5010*36dcc4a4SLionel Sambuc0x6147 = 0x8FF5
5011*36dcc4a4SLionel Sambuc0x6148 = 0x8FF6
5012*36dcc4a4SLionel Sambuc0x6149 = 0x8FFB
5013*36dcc4a4SLionel Sambuc0x614A = 0x8FFE
5014*36dcc4a4SLionel Sambuc0x614B = 0x9002
5015*36dcc4a4SLionel Sambuc0x614C = 0x9004
5016*36dcc4a4SLionel Sambuc0x614D = 0x9008
5017*36dcc4a4SLionel Sambuc0x614E = 0x900C
5018*36dcc4a4SLionel Sambuc0x614F = 0x9018
5019*36dcc4a4SLionel Sambuc0x6150 = 0x901B
5020*36dcc4a4SLionel Sambuc0x6151 = 0x9028
5021*36dcc4a4SLionel Sambuc0x6152 = 0x9029
5022*36dcc4a4SLionel Sambuc0x6153 = 0x902F
5023*36dcc4a4SLionel Sambuc0x6154 = 0x902A
5024*36dcc4a4SLionel Sambuc0x6155 = 0x902C
5025*36dcc4a4SLionel Sambuc0x6156 = 0x902D
5026*36dcc4a4SLionel Sambuc0x6157 = 0x9033
5027*36dcc4a4SLionel Sambuc0x6158 = 0x9034
5028*36dcc4a4SLionel Sambuc0x6159 = 0x9037
5029*36dcc4a4SLionel Sambuc0x615A = 0x903F
5030*36dcc4a4SLionel Sambuc0x615B = 0x9043
5031*36dcc4a4SLionel Sambuc0x615C = 0x9044
5032*36dcc4a4SLionel Sambuc0x615D = 0x904C
5033*36dcc4a4SLionel Sambuc0x615E = 0x905B
5034*36dcc4a4SLionel Sambuc0x615F = 0x905D
5035*36dcc4a4SLionel Sambuc0x6160 = 0x9062
5036*36dcc4a4SLionel Sambuc0x6161 = 0x9066
5037*36dcc4a4SLionel Sambuc0x6162 = 0x9067
5038*36dcc4a4SLionel Sambuc0x6163 = 0x906C
5039*36dcc4a4SLionel Sambuc0x6164 = 0x9070
5040*36dcc4a4SLionel Sambuc0x6165 = 0x9074
5041*36dcc4a4SLionel Sambuc0x6166 = 0x9079
5042*36dcc4a4SLionel Sambuc0x6167 = 0x9085
5043*36dcc4a4SLionel Sambuc0x6168 = 0x9088
5044*36dcc4a4SLionel Sambuc0x6169 = 0x908B
5045*36dcc4a4SLionel Sambuc0x616A = 0x908C
5046*36dcc4a4SLionel Sambuc0x616B = 0x908E
5047*36dcc4a4SLionel Sambuc0x616C = 0x9090
5048*36dcc4a4SLionel Sambuc0x616D = 0x9095
5049*36dcc4a4SLionel Sambuc0x616E = 0x9097
5050*36dcc4a4SLionel Sambuc0x616F = 0x9098
5051*36dcc4a4SLionel Sambuc0x6170 = 0x9099
5052*36dcc4a4SLionel Sambuc0x6171 = 0x909B
5053*36dcc4a4SLionel Sambuc0x6172 = 0x90A0
5054*36dcc4a4SLionel Sambuc0x6173 = 0x90A1
5055*36dcc4a4SLionel Sambuc0x6174 = 0x90A2
5056*36dcc4a4SLionel Sambuc0x6175 = 0x90A5
5057*36dcc4a4SLionel Sambuc0x6176 = 0x90B0
5058*36dcc4a4SLionel Sambuc0x6177 = 0x90B2
5059*36dcc4a4SLionel Sambuc0x6178 = 0x90B3
5060*36dcc4a4SLionel Sambuc0x6179 = 0x90B4
5061*36dcc4a4SLionel Sambuc0x617A = 0x90B6
5062*36dcc4a4SLionel Sambuc0x617B = 0x90BD
5063*36dcc4a4SLionel Sambuc0x617C = 0x90CC
5064*36dcc4a4SLionel Sambuc0x617D = 0x90BE
5065*36dcc4a4SLionel Sambuc0x617E = 0x90C3
5066*36dcc4a4SLionel Sambuc0x6221 = 0x90C4
5067*36dcc4a4SLionel Sambuc0x6222 = 0x90C5
5068*36dcc4a4SLionel Sambuc0x6223 = 0x90C7
5069*36dcc4a4SLionel Sambuc0x6224 = 0x90C8
5070*36dcc4a4SLionel Sambuc0x6225 = 0x90D5
5071*36dcc4a4SLionel Sambuc0x6226 = 0x90D7
5072*36dcc4a4SLionel Sambuc0x6227 = 0x90D8
5073*36dcc4a4SLionel Sambuc0x6228 = 0x90D9
5074*36dcc4a4SLionel Sambuc0x6229 = 0x90DC
5075*36dcc4a4SLionel Sambuc0x622A = 0x90DD
5076*36dcc4a4SLionel Sambuc0x622B = 0x90DF
5077*36dcc4a4SLionel Sambuc0x622C = 0x90E5
5078*36dcc4a4SLionel Sambuc0x622D = 0x90D2
5079*36dcc4a4SLionel Sambuc0x622E = 0x90F6
5080*36dcc4a4SLionel Sambuc0x622F = 0x90EB
5081*36dcc4a4SLionel Sambuc0x6230 = 0x90EF
5082*36dcc4a4SLionel Sambuc0x6231 = 0x90F0
5083*36dcc4a4SLionel Sambuc0x6232 = 0x90F4
5084*36dcc4a4SLionel Sambuc0x6233 = 0x90FE
5085*36dcc4a4SLionel Sambuc0x6234 = 0x90FF
5086*36dcc4a4SLionel Sambuc0x6235 = 0x9100
5087*36dcc4a4SLionel Sambuc0x6236 = 0x9104
5088*36dcc4a4SLionel Sambuc0x6237 = 0x9105
5089*36dcc4a4SLionel Sambuc0x6238 = 0x9106
5090*36dcc4a4SLionel Sambuc0x6239 = 0x9108
5091*36dcc4a4SLionel Sambuc0x623A = 0x910D
5092*36dcc4a4SLionel Sambuc0x623B = 0x9110
5093*36dcc4a4SLionel Sambuc0x623C = 0x9114
5094*36dcc4a4SLionel Sambuc0x623D = 0x9116
5095*36dcc4a4SLionel Sambuc0x623E = 0x9117
5096*36dcc4a4SLionel Sambuc0x623F = 0x9118
5097*36dcc4a4SLionel Sambuc0x6240 = 0x911A
5098*36dcc4a4SLionel Sambuc0x6241 = 0x911C
5099*36dcc4a4SLionel Sambuc0x6242 = 0x911E
5100*36dcc4a4SLionel Sambuc0x6243 = 0x9120
5101*36dcc4a4SLionel Sambuc0x6244 = 0x9125
5102*36dcc4a4SLionel Sambuc0x6245 = 0x9122
5103*36dcc4a4SLionel Sambuc0x6246 = 0x9123
5104*36dcc4a4SLionel Sambuc0x6247 = 0x9127
5105*36dcc4a4SLionel Sambuc0x6248 = 0x9129
5106*36dcc4a4SLionel Sambuc0x6249 = 0x912E
5107*36dcc4a4SLionel Sambuc0x624A = 0x912F
5108*36dcc4a4SLionel Sambuc0x624B = 0x9131
5109*36dcc4a4SLionel Sambuc0x624C = 0x9134
5110*36dcc4a4SLionel Sambuc0x624D = 0x9136
5111*36dcc4a4SLionel Sambuc0x624E = 0x9137
5112*36dcc4a4SLionel Sambuc0x624F = 0x9139
5113*36dcc4a4SLionel Sambuc0x6250 = 0x913A
5114*36dcc4a4SLionel Sambuc0x6251 = 0x913C
5115*36dcc4a4SLionel Sambuc0x6252 = 0x913D
5116*36dcc4a4SLionel Sambuc0x6253 = 0x9143
5117*36dcc4a4SLionel Sambuc0x6254 = 0x9147
5118*36dcc4a4SLionel Sambuc0x6255 = 0x9148
5119*36dcc4a4SLionel Sambuc0x6256 = 0x914F
5120*36dcc4a4SLionel Sambuc0x6257 = 0x9153
5121*36dcc4a4SLionel Sambuc0x6258 = 0x9157
5122*36dcc4a4SLionel Sambuc0x6259 = 0x9159
5123*36dcc4a4SLionel Sambuc0x625A = 0x915A
5124*36dcc4a4SLionel Sambuc0x625B = 0x915B
5125*36dcc4a4SLionel Sambuc0x625C = 0x9161
5126*36dcc4a4SLionel Sambuc0x625D = 0x9164
5127*36dcc4a4SLionel Sambuc0x625E = 0x9167
5128*36dcc4a4SLionel Sambuc0x625F = 0x916D
5129*36dcc4a4SLionel Sambuc0x6260 = 0x9174
5130*36dcc4a4SLionel Sambuc0x6261 = 0x9179
5131*36dcc4a4SLionel Sambuc0x6262 = 0x917A
5132*36dcc4a4SLionel Sambuc0x6263 = 0x917B
5133*36dcc4a4SLionel Sambuc0x6264 = 0x9181
5134*36dcc4a4SLionel Sambuc0x6265 = 0x9183
5135*36dcc4a4SLionel Sambuc0x6266 = 0x9185
5136*36dcc4a4SLionel Sambuc0x6267 = 0x9186
5137*36dcc4a4SLionel Sambuc0x6268 = 0x918A
5138*36dcc4a4SLionel Sambuc0x6269 = 0x918E
5139*36dcc4a4SLionel Sambuc0x626A = 0x9191
5140*36dcc4a4SLionel Sambuc0x626B = 0x9193
5141*36dcc4a4SLionel Sambuc0x626C = 0x9194
5142*36dcc4a4SLionel Sambuc0x626D = 0x9195
5143*36dcc4a4SLionel Sambuc0x626E = 0x9198
5144*36dcc4a4SLionel Sambuc0x626F = 0x919E
5145*36dcc4a4SLionel Sambuc0x6270 = 0x91A1
5146*36dcc4a4SLionel Sambuc0x6271 = 0x91A6
5147*36dcc4a4SLionel Sambuc0x6272 = 0x91A8
5148*36dcc4a4SLionel Sambuc0x6273 = 0x91AC
5149*36dcc4a4SLionel Sambuc0x6274 = 0x91AD
5150*36dcc4a4SLionel Sambuc0x6275 = 0x91AE
5151*36dcc4a4SLionel Sambuc0x6276 = 0x91B0
5152*36dcc4a4SLionel Sambuc0x6277 = 0x91B1
5153*36dcc4a4SLionel Sambuc0x6278 = 0x91B2
5154*36dcc4a4SLionel Sambuc0x6279 = 0x91B3
5155*36dcc4a4SLionel Sambuc0x627A = 0x91B6
5156*36dcc4a4SLionel Sambuc0x627B = 0x91BB
5157*36dcc4a4SLionel Sambuc0x627C = 0x91BC
5158*36dcc4a4SLionel Sambuc0x627D = 0x91BD
5159*36dcc4a4SLionel Sambuc0x627E = 0x91BF
5160*36dcc4a4SLionel Sambuc0x6321 = 0x91C2
5161*36dcc4a4SLionel Sambuc0x6322 = 0x91C3
5162*36dcc4a4SLionel Sambuc0x6323 = 0x91C5
5163*36dcc4a4SLionel Sambuc0x6324 = 0x91D3
5164*36dcc4a4SLionel Sambuc0x6325 = 0x91D4
5165*36dcc4a4SLionel Sambuc0x6326 = 0x91D7
5166*36dcc4a4SLionel Sambuc0x6327 = 0x91D9
5167*36dcc4a4SLionel Sambuc0x6328 = 0x91DA
5168*36dcc4a4SLionel Sambuc0x6329 = 0x91DE
5169*36dcc4a4SLionel Sambuc0x632A = 0x91E4
5170*36dcc4a4SLionel Sambuc0x632B = 0x91E5
5171*36dcc4a4SLionel Sambuc0x632C = 0x91E9
5172*36dcc4a4SLionel Sambuc0x632D = 0x91EA
5173*36dcc4a4SLionel Sambuc0x632E = 0x91EC
5174*36dcc4a4SLionel Sambuc0x632F = 0x91ED
5175*36dcc4a4SLionel Sambuc0x6330 = 0x91EE
5176*36dcc4a4SLionel Sambuc0x6331 = 0x91EF
5177*36dcc4a4SLionel Sambuc0x6332 = 0x91F0
5178*36dcc4a4SLionel Sambuc0x6333 = 0x91F1
5179*36dcc4a4SLionel Sambuc0x6334 = 0x91F7
5180*36dcc4a4SLionel Sambuc0x6335 = 0x91F9
5181*36dcc4a4SLionel Sambuc0x6336 = 0x91FB
5182*36dcc4a4SLionel Sambuc0x6337 = 0x91FD
5183*36dcc4a4SLionel Sambuc0x6338 = 0x9200
5184*36dcc4a4SLionel Sambuc0x6339 = 0x9201
5185*36dcc4a4SLionel Sambuc0x633A = 0x9204
5186*36dcc4a4SLionel Sambuc0x633B = 0x9205
5187*36dcc4a4SLionel Sambuc0x633C = 0x9206
5188*36dcc4a4SLionel Sambuc0x633D = 0x9207
5189*36dcc4a4SLionel Sambuc0x633E = 0x9209
5190*36dcc4a4SLionel Sambuc0x633F = 0x920A
5191*36dcc4a4SLionel Sambuc0x6340 = 0x920C
5192*36dcc4a4SLionel Sambuc0x6341 = 0x9210
5193*36dcc4a4SLionel Sambuc0x6342 = 0x9212
5194*36dcc4a4SLionel Sambuc0x6343 = 0x9213
5195*36dcc4a4SLionel Sambuc0x6344 = 0x9216
5196*36dcc4a4SLionel Sambuc0x6345 = 0x9218
5197*36dcc4a4SLionel Sambuc0x6346 = 0x921C
5198*36dcc4a4SLionel Sambuc0x6347 = 0x921D
5199*36dcc4a4SLionel Sambuc0x6348 = 0x9223
5200*36dcc4a4SLionel Sambuc0x6349 = 0x9224
5201*36dcc4a4SLionel Sambuc0x634A = 0x9225
5202*36dcc4a4SLionel Sambuc0x634B = 0x9226
5203*36dcc4a4SLionel Sambuc0x634C = 0x9228
5204*36dcc4a4SLionel Sambuc0x634D = 0x922E
5205*36dcc4a4SLionel Sambuc0x634E = 0x922F
5206*36dcc4a4SLionel Sambuc0x634F = 0x9230
5207*36dcc4a4SLionel Sambuc0x6350 = 0x9233
5208*36dcc4a4SLionel Sambuc0x6351 = 0x9235
5209*36dcc4a4SLionel Sambuc0x6352 = 0x9236
5210*36dcc4a4SLionel Sambuc0x6353 = 0x9238
5211*36dcc4a4SLionel Sambuc0x6354 = 0x9239
5212*36dcc4a4SLionel Sambuc0x6355 = 0x923A
5213*36dcc4a4SLionel Sambuc0x6356 = 0x923C
5214*36dcc4a4SLionel Sambuc0x6357 = 0x923E
5215*36dcc4a4SLionel Sambuc0x6358 = 0x9240
5216*36dcc4a4SLionel Sambuc0x6359 = 0x9242
5217*36dcc4a4SLionel Sambuc0x635A = 0x9243
5218*36dcc4a4SLionel Sambuc0x635B = 0x9246
5219*36dcc4a4SLionel Sambuc0x635C = 0x9247
5220*36dcc4a4SLionel Sambuc0x635D = 0x924A
5221*36dcc4a4SLionel Sambuc0x635E = 0x924D
5222*36dcc4a4SLionel Sambuc0x635F = 0x924E
5223*36dcc4a4SLionel Sambuc0x6360 = 0x924F
5224*36dcc4a4SLionel Sambuc0x6361 = 0x9251
5225*36dcc4a4SLionel Sambuc0x6362 = 0x9258
5226*36dcc4a4SLionel Sambuc0x6363 = 0x9259
5227*36dcc4a4SLionel Sambuc0x6364 = 0x925C
5228*36dcc4a4SLionel Sambuc0x6365 = 0x925D
5229*36dcc4a4SLionel Sambuc0x6366 = 0x9260
5230*36dcc4a4SLionel Sambuc0x6367 = 0x9261
5231*36dcc4a4SLionel Sambuc0x6368 = 0x9265
5232*36dcc4a4SLionel Sambuc0x6369 = 0x9267
5233*36dcc4a4SLionel Sambuc0x636A = 0x9268
5234*36dcc4a4SLionel Sambuc0x636B = 0x9269
5235*36dcc4a4SLionel Sambuc0x636C = 0x926E
5236*36dcc4a4SLionel Sambuc0x636D = 0x926F
5237*36dcc4a4SLionel Sambuc0x636E = 0x9270
5238*36dcc4a4SLionel Sambuc0x636F = 0x9275
5239*36dcc4a4SLionel Sambuc0x6370 = 0x9276
5240*36dcc4a4SLionel Sambuc0x6371 = 0x9277
5241*36dcc4a4SLionel Sambuc0x6372 = 0x9278
5242*36dcc4a4SLionel Sambuc0x6373 = 0x9279
5243*36dcc4a4SLionel Sambuc0x6374 = 0x927B
5244*36dcc4a4SLionel Sambuc0x6375 = 0x927C
5245*36dcc4a4SLionel Sambuc0x6376 = 0x927D
5246*36dcc4a4SLionel Sambuc0x6377 = 0x927F
5247*36dcc4a4SLionel Sambuc0x6378 = 0x9288
5248*36dcc4a4SLionel Sambuc0x6379 = 0x9289
5249*36dcc4a4SLionel Sambuc0x637A = 0x928A
5250*36dcc4a4SLionel Sambuc0x637B = 0x928D
5251*36dcc4a4SLionel Sambuc0x637C = 0x928E
5252*36dcc4a4SLionel Sambuc0x637D = 0x9292
5253*36dcc4a4SLionel Sambuc0x637E = 0x9297
5254*36dcc4a4SLionel Sambuc0x6421 = 0x9299
5255*36dcc4a4SLionel Sambuc0x6422 = 0x929F
5256*36dcc4a4SLionel Sambuc0x6423 = 0x92A0
5257*36dcc4a4SLionel Sambuc0x6424 = 0x92A4
5258*36dcc4a4SLionel Sambuc0x6425 = 0x92A5
5259*36dcc4a4SLionel Sambuc0x6426 = 0x92A7
5260*36dcc4a4SLionel Sambuc0x6427 = 0x92A8
5261*36dcc4a4SLionel Sambuc0x6428 = 0x92AB
5262*36dcc4a4SLionel Sambuc0x6429 = 0x92AF
5263*36dcc4a4SLionel Sambuc0x642A = 0x92B2
5264*36dcc4a4SLionel Sambuc0x642B = 0x92B6
5265*36dcc4a4SLionel Sambuc0x642C = 0x92B8
5266*36dcc4a4SLionel Sambuc0x642D = 0x92BA
5267*36dcc4a4SLionel Sambuc0x642E = 0x92BB
5268*36dcc4a4SLionel Sambuc0x642F = 0x92BC
5269*36dcc4a4SLionel Sambuc0x6430 = 0x92BD
5270*36dcc4a4SLionel Sambuc0x6431 = 0x92BF
5271*36dcc4a4SLionel Sambuc0x6432 = 0x92C0
5272*36dcc4a4SLionel Sambuc0x6433 = 0x92C1
5273*36dcc4a4SLionel Sambuc0x6434 = 0x92C2
5274*36dcc4a4SLionel Sambuc0x6435 = 0x92C3
5275*36dcc4a4SLionel Sambuc0x6436 = 0x92C5
5276*36dcc4a4SLionel Sambuc0x6437 = 0x92C6
5277*36dcc4a4SLionel Sambuc0x6438 = 0x92C7
5278*36dcc4a4SLionel Sambuc0x6439 = 0x92C8
5279*36dcc4a4SLionel Sambuc0x643A = 0x92CB
5280*36dcc4a4SLionel Sambuc0x643B = 0x92CC
5281*36dcc4a4SLionel Sambuc0x643C = 0x92CD
5282*36dcc4a4SLionel Sambuc0x643D = 0x92CE
5283*36dcc4a4SLionel Sambuc0x643E = 0x92D0
5284*36dcc4a4SLionel Sambuc0x643F = 0x92D3
5285*36dcc4a4SLionel Sambuc0x6440 = 0x92D5
5286*36dcc4a4SLionel Sambuc0x6441 = 0x92D7
5287*36dcc4a4SLionel Sambuc0x6442 = 0x92D8
5288*36dcc4a4SLionel Sambuc0x6443 = 0x92D9
5289*36dcc4a4SLionel Sambuc0x6444 = 0x92DC
5290*36dcc4a4SLionel Sambuc0x6445 = 0x92DD
5291*36dcc4a4SLionel Sambuc0x6446 = 0x92DF
5292*36dcc4a4SLionel Sambuc0x6447 = 0x92E0
5293*36dcc4a4SLionel Sambuc0x6448 = 0x92E1
5294*36dcc4a4SLionel Sambuc0x6449 = 0x92E3
5295*36dcc4a4SLionel Sambuc0x644A = 0x92E5
5296*36dcc4a4SLionel Sambuc0x644B = 0x92E7
5297*36dcc4a4SLionel Sambuc0x644C = 0x92E8
5298*36dcc4a4SLionel Sambuc0x644D = 0x92EC
5299*36dcc4a4SLionel Sambuc0x644E = 0x92EE
5300*36dcc4a4SLionel Sambuc0x644F = 0x92F0
5301*36dcc4a4SLionel Sambuc0x6450 = 0x92F9
5302*36dcc4a4SLionel Sambuc0x6451 = 0x92FB
5303*36dcc4a4SLionel Sambuc0x6452 = 0x92FF
5304*36dcc4a4SLionel Sambuc0x6453 = 0x9300
5305*36dcc4a4SLionel Sambuc0x6454 = 0x9302
5306*36dcc4a4SLionel Sambuc0x6455 = 0x9308
5307*36dcc4a4SLionel Sambuc0x6456 = 0x930D
5308*36dcc4a4SLionel Sambuc0x6457 = 0x9311
5309*36dcc4a4SLionel Sambuc0x6458 = 0x9314
5310*36dcc4a4SLionel Sambuc0x6459 = 0x9315
5311*36dcc4a4SLionel Sambuc0x645A = 0x931C
5312*36dcc4a4SLionel Sambuc0x645B = 0x931D
5313*36dcc4a4SLionel Sambuc0x645C = 0x931E
5314*36dcc4a4SLionel Sambuc0x645D = 0x931F
5315*36dcc4a4SLionel Sambuc0x645E = 0x9321
5316*36dcc4a4SLionel Sambuc0x645F = 0x9324
5317*36dcc4a4SLionel Sambuc0x6460 = 0x9325
5318*36dcc4a4SLionel Sambuc0x6461 = 0x9327
5319*36dcc4a4SLionel Sambuc0x6462 = 0x9329
5320*36dcc4a4SLionel Sambuc0x6463 = 0x932A
5321*36dcc4a4SLionel Sambuc0x6464 = 0x9333
5322*36dcc4a4SLionel Sambuc0x6465 = 0x9334
5323*36dcc4a4SLionel Sambuc0x6466 = 0x9336
5324*36dcc4a4SLionel Sambuc0x6467 = 0x9337
5325*36dcc4a4SLionel Sambuc0x6468 = 0x9347
5326*36dcc4a4SLionel Sambuc0x6469 = 0x9348
5327*36dcc4a4SLionel Sambuc0x646A = 0x9349
5328*36dcc4a4SLionel Sambuc0x646B = 0x9350
5329*36dcc4a4SLionel Sambuc0x646C = 0x9351
5330*36dcc4a4SLionel Sambuc0x646D = 0x9352
5331*36dcc4a4SLionel Sambuc0x646E = 0x9355
5332*36dcc4a4SLionel Sambuc0x646F = 0x9357
5333*36dcc4a4SLionel Sambuc0x6470 = 0x9358
5334*36dcc4a4SLionel Sambuc0x6471 = 0x935A
5335*36dcc4a4SLionel Sambuc0x6472 = 0x935E
5336*36dcc4a4SLionel Sambuc0x6473 = 0x9364
5337*36dcc4a4SLionel Sambuc0x6474 = 0x9365
5338*36dcc4a4SLionel Sambuc0x6475 = 0x9367
5339*36dcc4a4SLionel Sambuc0x6476 = 0x9369
5340*36dcc4a4SLionel Sambuc0x6477 = 0x936A
5341*36dcc4a4SLionel Sambuc0x6478 = 0x936D
5342*36dcc4a4SLionel Sambuc0x6479 = 0x936F
5343*36dcc4a4SLionel Sambuc0x647A = 0x9370
5344*36dcc4a4SLionel Sambuc0x647B = 0x9371
5345*36dcc4a4SLionel Sambuc0x647C = 0x9373
5346*36dcc4a4SLionel Sambuc0x647D = 0x9374
5347*36dcc4a4SLionel Sambuc0x647E = 0x9376
5348*36dcc4a4SLionel Sambuc0x6521 = 0x937A
5349*36dcc4a4SLionel Sambuc0x6522 = 0x937D
5350*36dcc4a4SLionel Sambuc0x6523 = 0x937F
5351*36dcc4a4SLionel Sambuc0x6524 = 0x9380
5352*36dcc4a4SLionel Sambuc0x6525 = 0x9381
5353*36dcc4a4SLionel Sambuc0x6526 = 0x9382
5354*36dcc4a4SLionel Sambuc0x6527 = 0x9388
5355*36dcc4a4SLionel Sambuc0x6528 = 0x938A
5356*36dcc4a4SLionel Sambuc0x6529 = 0x938B
5357*36dcc4a4SLionel Sambuc0x652A = 0x938D
5358*36dcc4a4SLionel Sambuc0x652B = 0x938F
5359*36dcc4a4SLionel Sambuc0x652C = 0x9392
5360*36dcc4a4SLionel Sambuc0x652D = 0x9395
5361*36dcc4a4SLionel Sambuc0x652E = 0x9398
5362*36dcc4a4SLionel Sambuc0x652F = 0x939B
5363*36dcc4a4SLionel Sambuc0x6530 = 0x939E
5364*36dcc4a4SLionel Sambuc0x6531 = 0x93A1
5365*36dcc4a4SLionel Sambuc0x6532 = 0x93A3
5366*36dcc4a4SLionel Sambuc0x6533 = 0x93A4
5367*36dcc4a4SLionel Sambuc0x6534 = 0x93A6
5368*36dcc4a4SLionel Sambuc0x6535 = 0x93A8
5369*36dcc4a4SLionel Sambuc0x6536 = 0x93AB
5370*36dcc4a4SLionel Sambuc0x6537 = 0x93B4
5371*36dcc4a4SLionel Sambuc0x6538 = 0x93B5
5372*36dcc4a4SLionel Sambuc0x6539 = 0x93B6
5373*36dcc4a4SLionel Sambuc0x653A = 0x93BA
5374*36dcc4a4SLionel Sambuc0x653B = 0x93A9
5375*36dcc4a4SLionel Sambuc0x653C = 0x93C1
5376*36dcc4a4SLionel Sambuc0x653D = 0x93C4
5377*36dcc4a4SLionel Sambuc0x653E = 0x93C5
5378*36dcc4a4SLionel Sambuc0x653F = 0x93C6
5379*36dcc4a4SLionel Sambuc0x6540 = 0x93C7
5380*36dcc4a4SLionel Sambuc0x6541 = 0x93C9
5381*36dcc4a4SLionel Sambuc0x6542 = 0x93CA
5382*36dcc4a4SLionel Sambuc0x6543 = 0x93CB
5383*36dcc4a4SLionel Sambuc0x6544 = 0x93CC
5384*36dcc4a4SLionel Sambuc0x6545 = 0x93CD
5385*36dcc4a4SLionel Sambuc0x6546 = 0x93D3
5386*36dcc4a4SLionel Sambuc0x6547 = 0x93D9
5387*36dcc4a4SLionel Sambuc0x6548 = 0x93DC
5388*36dcc4a4SLionel Sambuc0x6549 = 0x93DE
5389*36dcc4a4SLionel Sambuc0x654A = 0x93DF
5390*36dcc4a4SLionel Sambuc0x654B = 0x93E2
5391*36dcc4a4SLionel Sambuc0x654C = 0x93E6
5392*36dcc4a4SLionel Sambuc0x654D = 0x93E7
5393*36dcc4a4SLionel Sambuc0x654E = 0x93F9
5394*36dcc4a4SLionel Sambuc0x654F = 0x93F7
5395*36dcc4a4SLionel Sambuc0x6550 = 0x93F8
5396*36dcc4a4SLionel Sambuc0x6551 = 0x93FA
5397*36dcc4a4SLionel Sambuc0x6552 = 0x93FB
5398*36dcc4a4SLionel Sambuc0x6553 = 0x93FD
5399*36dcc4a4SLionel Sambuc0x6554 = 0x9401
5400*36dcc4a4SLionel Sambuc0x6555 = 0x9402
5401*36dcc4a4SLionel Sambuc0x6556 = 0x9404
5402*36dcc4a4SLionel Sambuc0x6557 = 0x9408
5403*36dcc4a4SLionel Sambuc0x6558 = 0x9409
5404*36dcc4a4SLionel Sambuc0x6559 = 0x940D
5405*36dcc4a4SLionel Sambuc0x655A = 0x940E
5406*36dcc4a4SLionel Sambuc0x655B = 0x940F
5407*36dcc4a4SLionel Sambuc0x655C = 0x9415
5408*36dcc4a4SLionel Sambuc0x655D = 0x9416
5409*36dcc4a4SLionel Sambuc0x655E = 0x9417
5410*36dcc4a4SLionel Sambuc0x655F = 0x941F
5411*36dcc4a4SLionel Sambuc0x6560 = 0x942E
5412*36dcc4a4SLionel Sambuc0x6561 = 0x942F
5413*36dcc4a4SLionel Sambuc0x6562 = 0x9431
5414*36dcc4a4SLionel Sambuc0x6563 = 0x9432
5415*36dcc4a4SLionel Sambuc0x6564 = 0x9433
5416*36dcc4a4SLionel Sambuc0x6565 = 0x9434
5417*36dcc4a4SLionel Sambuc0x6566 = 0x943B
5418*36dcc4a4SLionel Sambuc0x6567 = 0x943F
5419*36dcc4a4SLionel Sambuc0x6568 = 0x943D
5420*36dcc4a4SLionel Sambuc0x6569 = 0x9443
5421*36dcc4a4SLionel Sambuc0x656A = 0x9445
5422*36dcc4a4SLionel Sambuc0x656B = 0x9448
5423*36dcc4a4SLionel Sambuc0x656C = 0x944A
5424*36dcc4a4SLionel Sambuc0x656D = 0x944C
5425*36dcc4a4SLionel Sambuc0x656E = 0x9455
5426*36dcc4a4SLionel Sambuc0x656F = 0x9459
5427*36dcc4a4SLionel Sambuc0x6570 = 0x945C
5428*36dcc4a4SLionel Sambuc0x6571 = 0x945F
5429*36dcc4a4SLionel Sambuc0x6572 = 0x9461
5430*36dcc4a4SLionel Sambuc0x6573 = 0x9463
5431*36dcc4a4SLionel Sambuc0x6574 = 0x9468
5432*36dcc4a4SLionel Sambuc0x6575 = 0x946B
5433*36dcc4a4SLionel Sambuc0x6576 = 0x946D
5434*36dcc4a4SLionel Sambuc0x6577 = 0x946E
5435*36dcc4a4SLionel Sambuc0x6578 = 0x946F
5436*36dcc4a4SLionel Sambuc0x6579 = 0x9471
5437*36dcc4a4SLionel Sambuc0x657A = 0x9472
5438*36dcc4a4SLionel Sambuc0x657B = 0x9484
5439*36dcc4a4SLionel Sambuc0x657C = 0x9483
5440*36dcc4a4SLionel Sambuc0x657D = 0x9578
5441*36dcc4a4SLionel Sambuc0x657E = 0x9579
5442*36dcc4a4SLionel Sambuc0x6621 = 0x957E
5443*36dcc4a4SLionel Sambuc0x6622 = 0x9584
5444*36dcc4a4SLionel Sambuc0x6623 = 0x9588
5445*36dcc4a4SLionel Sambuc0x6624 = 0x958C
5446*36dcc4a4SLionel Sambuc0x6625 = 0x958D
5447*36dcc4a4SLionel Sambuc0x6626 = 0x958E
5448*36dcc4a4SLionel Sambuc0x6627 = 0x959D
5449*36dcc4a4SLionel Sambuc0x6628 = 0x959E
5450*36dcc4a4SLionel Sambuc0x6629 = 0x959F
5451*36dcc4a4SLionel Sambuc0x662A = 0x95A1
5452*36dcc4a4SLionel Sambuc0x662B = 0x95A6
5453*36dcc4a4SLionel Sambuc0x662C = 0x95A9
5454*36dcc4a4SLionel Sambuc0x662D = 0x95AB
5455*36dcc4a4SLionel Sambuc0x662E = 0x95AC
5456*36dcc4a4SLionel Sambuc0x662F = 0x95B4
5457*36dcc4a4SLionel Sambuc0x6630 = 0x95B6
5458*36dcc4a4SLionel Sambuc0x6631 = 0x95BA
5459*36dcc4a4SLionel Sambuc0x6632 = 0x95BD
5460*36dcc4a4SLionel Sambuc0x6633 = 0x95BF
5461*36dcc4a4SLionel Sambuc0x6634 = 0x95C6
5462*36dcc4a4SLionel Sambuc0x6635 = 0x95C8
5463*36dcc4a4SLionel Sambuc0x6636 = 0x95C9
5464*36dcc4a4SLionel Sambuc0x6637 = 0x95CB
5465*36dcc4a4SLionel Sambuc0x6638 = 0x95D0
5466*36dcc4a4SLionel Sambuc0x6639 = 0x95D1
5467*36dcc4a4SLionel Sambuc0x663A = 0x95D2
5468*36dcc4a4SLionel Sambuc0x663B = 0x95D3
5469*36dcc4a4SLionel Sambuc0x663C = 0x95D9
5470*36dcc4a4SLionel Sambuc0x663D = 0x95DA
5471*36dcc4a4SLionel Sambuc0x663E = 0x95DD
5472*36dcc4a4SLionel Sambuc0x663F = 0x95DE
5473*36dcc4a4SLionel Sambuc0x6640 = 0x95DF
5474*36dcc4a4SLionel Sambuc0x6641 = 0x95E0
5475*36dcc4a4SLionel Sambuc0x6642 = 0x95E4
5476*36dcc4a4SLionel Sambuc0x6643 = 0x95E6
5477*36dcc4a4SLionel Sambuc0x6644 = 0x961D
5478*36dcc4a4SLionel Sambuc0x6645 = 0x961E
5479*36dcc4a4SLionel Sambuc0x6646 = 0x9622
5480*36dcc4a4SLionel Sambuc0x6647 = 0x9624
5481*36dcc4a4SLionel Sambuc0x6648 = 0x9625
5482*36dcc4a4SLionel Sambuc0x6649 = 0x9626
5483*36dcc4a4SLionel Sambuc0x664A = 0x962C
5484*36dcc4a4SLionel Sambuc0x664B = 0x9631
5485*36dcc4a4SLionel Sambuc0x664C = 0x9633
5486*36dcc4a4SLionel Sambuc0x664D = 0x9637
5487*36dcc4a4SLionel Sambuc0x664E = 0x9638
5488*36dcc4a4SLionel Sambuc0x664F = 0x9639
5489*36dcc4a4SLionel Sambuc0x6650 = 0x963A
5490*36dcc4a4SLionel Sambuc0x6651 = 0x963C
5491*36dcc4a4SLionel Sambuc0x6652 = 0x963D
5492*36dcc4a4SLionel Sambuc0x6653 = 0x9641
5493*36dcc4a4SLionel Sambuc0x6654 = 0x9652
5494*36dcc4a4SLionel Sambuc0x6655 = 0x9654
5495*36dcc4a4SLionel Sambuc0x6656 = 0x9656
5496*36dcc4a4SLionel Sambuc0x6657 = 0x9657
5497*36dcc4a4SLionel Sambuc0x6658 = 0x9658
5498*36dcc4a4SLionel Sambuc0x6659 = 0x9661
5499*36dcc4a4SLionel Sambuc0x665A = 0x966E
5500*36dcc4a4SLionel Sambuc0x665B = 0x9674
5501*36dcc4a4SLionel Sambuc0x665C = 0x967B
5502*36dcc4a4SLionel Sambuc0x665D = 0x967C
5503*36dcc4a4SLionel Sambuc0x665E = 0x967E
5504*36dcc4a4SLionel Sambuc0x665F = 0x967F
5505*36dcc4a4SLionel Sambuc0x6660 = 0x9681
5506*36dcc4a4SLionel Sambuc0x6661 = 0x9682
5507*36dcc4a4SLionel Sambuc0x6662 = 0x9683
5508*36dcc4a4SLionel Sambuc0x6663 = 0x9684
5509*36dcc4a4SLionel Sambuc0x6664 = 0x9689
5510*36dcc4a4SLionel Sambuc0x6665 = 0x9691
5511*36dcc4a4SLionel Sambuc0x6666 = 0x9696
5512*36dcc4a4SLionel Sambuc0x6667 = 0x969A
5513*36dcc4a4SLionel Sambuc0x6668 = 0x969D
5514*36dcc4a4SLionel Sambuc0x6669 = 0x969F
5515*36dcc4a4SLionel Sambuc0x666A = 0x96A4
5516*36dcc4a4SLionel Sambuc0x666B = 0x96A5
5517*36dcc4a4SLionel Sambuc0x666C = 0x96A6
5518*36dcc4a4SLionel Sambuc0x666D = 0x96A9
5519*36dcc4a4SLionel Sambuc0x666E = 0x96AE
5520*36dcc4a4SLionel Sambuc0x666F = 0x96AF
5521*36dcc4a4SLionel Sambuc0x6670 = 0x96B3
5522*36dcc4a4SLionel Sambuc0x6671 = 0x96BA
5523*36dcc4a4SLionel Sambuc0x6672 = 0x96CA
5524*36dcc4a4SLionel Sambuc0x6673 = 0x96D2
5525*36dcc4a4SLionel Sambuc0x6674 = 0x5DB2
5526*36dcc4a4SLionel Sambuc0x6675 = 0x96D8
5527*36dcc4a4SLionel Sambuc0x6676 = 0x96DA
5528*36dcc4a4SLionel Sambuc0x6677 = 0x96DD
5529*36dcc4a4SLionel Sambuc0x6678 = 0x96DE
5530*36dcc4a4SLionel Sambuc0x6679 = 0x96DF
5531*36dcc4a4SLionel Sambuc0x667A = 0x96E9
5532*36dcc4a4SLionel Sambuc0x667B = 0x96EF
5533*36dcc4a4SLionel Sambuc0x667C = 0x96F1
5534*36dcc4a4SLionel Sambuc0x667D = 0x96FA
5535*36dcc4a4SLionel Sambuc0x667E = 0x9702
5536*36dcc4a4SLionel Sambuc0x6721 = 0x9703
5537*36dcc4a4SLionel Sambuc0x6722 = 0x9705
5538*36dcc4a4SLionel Sambuc0x6723 = 0x9709
5539*36dcc4a4SLionel Sambuc0x6724 = 0x971A
5540*36dcc4a4SLionel Sambuc0x6725 = 0x971B
5541*36dcc4a4SLionel Sambuc0x6726 = 0x971D
5542*36dcc4a4SLionel Sambuc0x6727 = 0x9721
5543*36dcc4a4SLionel Sambuc0x6728 = 0x9722
5544*36dcc4a4SLionel Sambuc0x6729 = 0x9723
5545*36dcc4a4SLionel Sambuc0x672A = 0x9728
5546*36dcc4a4SLionel Sambuc0x672B = 0x9731
5547*36dcc4a4SLionel Sambuc0x672C = 0x9733
5548*36dcc4a4SLionel Sambuc0x672D = 0x9741
5549*36dcc4a4SLionel Sambuc0x672E = 0x9743
5550*36dcc4a4SLionel Sambuc0x672F = 0x974A
5551*36dcc4a4SLionel Sambuc0x6730 = 0x974E
5552*36dcc4a4SLionel Sambuc0x6731 = 0x974F
5553*36dcc4a4SLionel Sambuc0x6732 = 0x9755
5554*36dcc4a4SLionel Sambuc0x6733 = 0x9757
5555*36dcc4a4SLionel Sambuc0x6734 = 0x9758
5556*36dcc4a4SLionel Sambuc0x6735 = 0x975A
5557*36dcc4a4SLionel Sambuc0x6736 = 0x975B
5558*36dcc4a4SLionel Sambuc0x6737 = 0x9763
5559*36dcc4a4SLionel Sambuc0x6738 = 0x9767
5560*36dcc4a4SLionel Sambuc0x6739 = 0x976A
5561*36dcc4a4SLionel Sambuc0x673A = 0x976E
5562*36dcc4a4SLionel Sambuc0x673B = 0x9773
5563*36dcc4a4SLionel Sambuc0x673C = 0x9776
5564*36dcc4a4SLionel Sambuc0x673D = 0x9777
5565*36dcc4a4SLionel Sambuc0x673E = 0x9778
5566*36dcc4a4SLionel Sambuc0x673F = 0x977B
5567*36dcc4a4SLionel Sambuc0x6740 = 0x977D
5568*36dcc4a4SLionel Sambuc0x6741 = 0x977F
5569*36dcc4a4SLionel Sambuc0x6742 = 0x9780
5570*36dcc4a4SLionel Sambuc0x6743 = 0x9789
5571*36dcc4a4SLionel Sambuc0x6744 = 0x9795
5572*36dcc4a4SLionel Sambuc0x6745 = 0x9796
5573*36dcc4a4SLionel Sambuc0x6746 = 0x9797
5574*36dcc4a4SLionel Sambuc0x6747 = 0x9799
5575*36dcc4a4SLionel Sambuc0x6748 = 0x979A
5576*36dcc4a4SLionel Sambuc0x6749 = 0x979E
5577*36dcc4a4SLionel Sambuc0x674A = 0x979F
5578*36dcc4a4SLionel Sambuc0x674B = 0x97A2
5579*36dcc4a4SLionel Sambuc0x674C = 0x97AC
5580*36dcc4a4SLionel Sambuc0x674D = 0x97AE
5581*36dcc4a4SLionel Sambuc0x674E = 0x97B1
5582*36dcc4a4SLionel Sambuc0x674F = 0x97B2
5583*36dcc4a4SLionel Sambuc0x6750 = 0x97B5
5584*36dcc4a4SLionel Sambuc0x6751 = 0x97B6
5585*36dcc4a4SLionel Sambuc0x6752 = 0x97B8
5586*36dcc4a4SLionel Sambuc0x6753 = 0x97B9
5587*36dcc4a4SLionel Sambuc0x6754 = 0x97BA
5588*36dcc4a4SLionel Sambuc0x6755 = 0x97BC
5589*36dcc4a4SLionel Sambuc0x6756 = 0x97BE
5590*36dcc4a4SLionel Sambuc0x6757 = 0x97BF
5591*36dcc4a4SLionel Sambuc0x6758 = 0x97C1
5592*36dcc4a4SLionel Sambuc0x6759 = 0x97C4
5593*36dcc4a4SLionel Sambuc0x675A = 0x97C5
5594*36dcc4a4SLionel Sambuc0x675B = 0x97C7
5595*36dcc4a4SLionel Sambuc0x675C = 0x97C9
5596*36dcc4a4SLionel Sambuc0x675D = 0x97CA
5597*36dcc4a4SLionel Sambuc0x675E = 0x97CC
5598*36dcc4a4SLionel Sambuc0x675F = 0x97CD
5599*36dcc4a4SLionel Sambuc0x6760 = 0x97CE
5600*36dcc4a4SLionel Sambuc0x6761 = 0x97D0
5601*36dcc4a4SLionel Sambuc0x6762 = 0x97D1
5602*36dcc4a4SLionel Sambuc0x6763 = 0x97D4
5603*36dcc4a4SLionel Sambuc0x6764 = 0x97D7
5604*36dcc4a4SLionel Sambuc0x6765 = 0x97D8
5605*36dcc4a4SLionel Sambuc0x6766 = 0x97D9
5606*36dcc4a4SLionel Sambuc0x6767 = 0x97DD
5607*36dcc4a4SLionel Sambuc0x6768 = 0x97DE
5608*36dcc4a4SLionel Sambuc0x6769 = 0x97E0
5609*36dcc4a4SLionel Sambuc0x676A = 0x97DB
5610*36dcc4a4SLionel Sambuc0x676B = 0x97E1
5611*36dcc4a4SLionel Sambuc0x676C = 0x97E4
5612*36dcc4a4SLionel Sambuc0x676D = 0x97EF
5613*36dcc4a4SLionel Sambuc0x676E = 0x97F1
5614*36dcc4a4SLionel Sambuc0x676F = 0x97F4
5615*36dcc4a4SLionel Sambuc0x6770 = 0x97F7
5616*36dcc4a4SLionel Sambuc0x6771 = 0x97F8
5617*36dcc4a4SLionel Sambuc0x6772 = 0x97FA
5618*36dcc4a4SLionel Sambuc0x6773 = 0x9807
5619*36dcc4a4SLionel Sambuc0x6774 = 0x980A
5620*36dcc4a4SLionel Sambuc0x6775 = 0x9819
5621*36dcc4a4SLionel Sambuc0x6776 = 0x980D
5622*36dcc4a4SLionel Sambuc0x6777 = 0x980E
5623*36dcc4a4SLionel Sambuc0x6778 = 0x9814
5624*36dcc4a4SLionel Sambuc0x6779 = 0x9816
5625*36dcc4a4SLionel Sambuc0x677A = 0x981C
5626*36dcc4a4SLionel Sambuc0x677B = 0x981E
5627*36dcc4a4SLionel Sambuc0x677C = 0x9820
5628*36dcc4a4SLionel Sambuc0x677D = 0x9823
5629*36dcc4a4SLionel Sambuc0x677E = 0x9826
5630*36dcc4a4SLionel Sambuc0x6821 = 0x982B
5631*36dcc4a4SLionel Sambuc0x6822 = 0x982E
5632*36dcc4a4SLionel Sambuc0x6823 = 0x982F
5633*36dcc4a4SLionel Sambuc0x6824 = 0x9830
5634*36dcc4a4SLionel Sambuc0x6825 = 0x9832
5635*36dcc4a4SLionel Sambuc0x6826 = 0x9833
5636*36dcc4a4SLionel Sambuc0x6827 = 0x9835
5637*36dcc4a4SLionel Sambuc0x6828 = 0x9825
5638*36dcc4a4SLionel Sambuc0x6829 = 0x983E
5639*36dcc4a4SLionel Sambuc0x682A = 0x9844
5640*36dcc4a4SLionel Sambuc0x682B = 0x9847
5641*36dcc4a4SLionel Sambuc0x682C = 0x984A
5642*36dcc4a4SLionel Sambuc0x682D = 0x9851
5643*36dcc4a4SLionel Sambuc0x682E = 0x9852
5644*36dcc4a4SLionel Sambuc0x682F = 0x9853
5645*36dcc4a4SLionel Sambuc0x6830 = 0x9856
5646*36dcc4a4SLionel Sambuc0x6831 = 0x9857
5647*36dcc4a4SLionel Sambuc0x6832 = 0x9859
5648*36dcc4a4SLionel Sambuc0x6833 = 0x985A
5649*36dcc4a4SLionel Sambuc0x6834 = 0x9862
5650*36dcc4a4SLionel Sambuc0x6835 = 0x9863
5651*36dcc4a4SLionel Sambuc0x6836 = 0x9865
5652*36dcc4a4SLionel Sambuc0x6837 = 0x9866
5653*36dcc4a4SLionel Sambuc0x6838 = 0x986A
5654*36dcc4a4SLionel Sambuc0x6839 = 0x986C
5655*36dcc4a4SLionel Sambuc0x683A = 0x98AB
5656*36dcc4a4SLionel Sambuc0x683B = 0x98AD
5657*36dcc4a4SLionel Sambuc0x683C = 0x98AE
5658*36dcc4a4SLionel Sambuc0x683D = 0x98B0
5659*36dcc4a4SLionel Sambuc0x683E = 0x98B4
5660*36dcc4a4SLionel Sambuc0x683F = 0x98B7
5661*36dcc4a4SLionel Sambuc0x6840 = 0x98B8
5662*36dcc4a4SLionel Sambuc0x6841 = 0x98BA
5663*36dcc4a4SLionel Sambuc0x6842 = 0x98BB
5664*36dcc4a4SLionel Sambuc0x6843 = 0x98BF
5665*36dcc4a4SLionel Sambuc0x6844 = 0x98C2
5666*36dcc4a4SLionel Sambuc0x6845 = 0x98C5
5667*36dcc4a4SLionel Sambuc0x6846 = 0x98C8
5668*36dcc4a4SLionel Sambuc0x6847 = 0x98CC
5669*36dcc4a4SLionel Sambuc0x6848 = 0x98E1
5670*36dcc4a4SLionel Sambuc0x6849 = 0x98E3
5671*36dcc4a4SLionel Sambuc0x684A = 0x98E5
5672*36dcc4a4SLionel Sambuc0x684B = 0x98E6
5673*36dcc4a4SLionel Sambuc0x684C = 0x98E7
5674*36dcc4a4SLionel Sambuc0x684D = 0x98EA
5675*36dcc4a4SLionel Sambuc0x684E = 0x98F3
5676*36dcc4a4SLionel Sambuc0x684F = 0x98F6
5677*36dcc4a4SLionel Sambuc0x6850 = 0x9902
5678*36dcc4a4SLionel Sambuc0x6851 = 0x9907
5679*36dcc4a4SLionel Sambuc0x6852 = 0x9908
5680*36dcc4a4SLionel Sambuc0x6853 = 0x9911
5681*36dcc4a4SLionel Sambuc0x6854 = 0x9915
5682*36dcc4a4SLionel Sambuc0x6855 = 0x9916
5683*36dcc4a4SLionel Sambuc0x6856 = 0x9917
5684*36dcc4a4SLionel Sambuc0x6857 = 0x991A
5685*36dcc4a4SLionel Sambuc0x6858 = 0x991B
5686*36dcc4a4SLionel Sambuc0x6859 = 0x991C
5687*36dcc4a4SLionel Sambuc0x685A = 0x991F
5688*36dcc4a4SLionel Sambuc0x685B = 0x9922
5689*36dcc4a4SLionel Sambuc0x685C = 0x9926
5690*36dcc4a4SLionel Sambuc0x685D = 0x9927
5691*36dcc4a4SLionel Sambuc0x685E = 0x992B
5692*36dcc4a4SLionel Sambuc0x685F = 0x9931
5693*36dcc4a4SLionel Sambuc0x6860 = 0x9932
5694*36dcc4a4SLionel Sambuc0x6861 = 0x9933
5695*36dcc4a4SLionel Sambuc0x6862 = 0x9934
5696*36dcc4a4SLionel Sambuc0x6863 = 0x9935
5697*36dcc4a4SLionel Sambuc0x6864 = 0x9939
5698*36dcc4a4SLionel Sambuc0x6865 = 0x993A
5699*36dcc4a4SLionel Sambuc0x6866 = 0x993B
5700*36dcc4a4SLionel Sambuc0x6867 = 0x993C
5701*36dcc4a4SLionel Sambuc0x6868 = 0x9940
5702*36dcc4a4SLionel Sambuc0x6869 = 0x9941
5703*36dcc4a4SLionel Sambuc0x686A = 0x9946
5704*36dcc4a4SLionel Sambuc0x686B = 0x9947
5705*36dcc4a4SLionel Sambuc0x686C = 0x9948
5706*36dcc4a4SLionel Sambuc0x686D = 0x994D
5707*36dcc4a4SLionel Sambuc0x686E = 0x994E
5708*36dcc4a4SLionel Sambuc0x686F = 0x9954
5709*36dcc4a4SLionel Sambuc0x6870 = 0x9958
5710*36dcc4a4SLionel Sambuc0x6871 = 0x9959
5711*36dcc4a4SLionel Sambuc0x6872 = 0x995B
5712*36dcc4a4SLionel Sambuc0x6873 = 0x995C
5713*36dcc4a4SLionel Sambuc0x6874 = 0x995E
5714*36dcc4a4SLionel Sambuc0x6875 = 0x995F
5715*36dcc4a4SLionel Sambuc0x6876 = 0x9960
5716*36dcc4a4SLionel Sambuc0x6877 = 0x999B
5717*36dcc4a4SLionel Sambuc0x6878 = 0x999D
5718*36dcc4a4SLionel Sambuc0x6879 = 0x999F
5719*36dcc4a4SLionel Sambuc0x687A = 0x99A6
5720*36dcc4a4SLionel Sambuc0x687B = 0x99B0
5721*36dcc4a4SLionel Sambuc0x687C = 0x99B1
5722*36dcc4a4SLionel Sambuc0x687D = 0x99B2
5723*36dcc4a4SLionel Sambuc0x687E = 0x99B5
5724*36dcc4a4SLionel Sambuc0x6921 = 0x99B9
5725*36dcc4a4SLionel Sambuc0x6922 = 0x99BA
5726*36dcc4a4SLionel Sambuc0x6923 = 0x99BD
5727*36dcc4a4SLionel Sambuc0x6924 = 0x99BF
5728*36dcc4a4SLionel Sambuc0x6925 = 0x99C3
5729*36dcc4a4SLionel Sambuc0x6926 = 0x99C9
5730*36dcc4a4SLionel Sambuc0x6927 = 0x99D3
5731*36dcc4a4SLionel Sambuc0x6928 = 0x99D4
5732*36dcc4a4SLionel Sambuc0x6929 = 0x99D9
5733*36dcc4a4SLionel Sambuc0x692A = 0x99DA
5734*36dcc4a4SLionel Sambuc0x692B = 0x99DC
5735*36dcc4a4SLionel Sambuc0x692C = 0x99DE
5736*36dcc4a4SLionel Sambuc0x692D = 0x99E7
5737*36dcc4a4SLionel Sambuc0x692E = 0x99EA
5738*36dcc4a4SLionel Sambuc0x692F = 0x99EB
5739*36dcc4a4SLionel Sambuc0x6930 = 0x99EC
5740*36dcc4a4SLionel Sambuc0x6931 = 0x99F0
5741*36dcc4a4SLionel Sambuc0x6932 = 0x99F4
5742*36dcc4a4SLionel Sambuc0x6933 = 0x99F5
5743*36dcc4a4SLionel Sambuc0x6934 = 0x99F9
5744*36dcc4a4SLionel Sambuc0x6935 = 0x99FD
5745*36dcc4a4SLionel Sambuc0x6936 = 0x99FE
5746*36dcc4a4SLionel Sambuc0x6937 = 0x9A02
5747*36dcc4a4SLionel Sambuc0x6938 = 0x9A03
5748*36dcc4a4SLionel Sambuc0x6939 = 0x9A04
5749*36dcc4a4SLionel Sambuc0x693A = 0x9A0B
5750*36dcc4a4SLionel Sambuc0x693B = 0x9A0C
5751*36dcc4a4SLionel Sambuc0x693C = 0x9A10
5752*36dcc4a4SLionel Sambuc0x693D = 0x9A11
5753*36dcc4a4SLionel Sambuc0x693E = 0x9A16
5754*36dcc4a4SLionel Sambuc0x693F = 0x9A1E
5755*36dcc4a4SLionel Sambuc0x6940 = 0x9A20
5756*36dcc4a4SLionel Sambuc0x6941 = 0x9A22
5757*36dcc4a4SLionel Sambuc0x6942 = 0x9A23
5758*36dcc4a4SLionel Sambuc0x6943 = 0x9A24
5759*36dcc4a4SLionel Sambuc0x6944 = 0x9A27
5760*36dcc4a4SLionel Sambuc0x6945 = 0x9A2D
5761*36dcc4a4SLionel Sambuc0x6946 = 0x9A2E
5762*36dcc4a4SLionel Sambuc0x6947 = 0x9A33
5763*36dcc4a4SLionel Sambuc0x6948 = 0x9A35
5764*36dcc4a4SLionel Sambuc0x6949 = 0x9A36
5765*36dcc4a4SLionel Sambuc0x694A = 0x9A38
5766*36dcc4a4SLionel Sambuc0x694B = 0x9A47
5767*36dcc4a4SLionel Sambuc0x694C = 0x9A41
5768*36dcc4a4SLionel Sambuc0x694D = 0x9A44
5769*36dcc4a4SLionel Sambuc0x694E = 0x9A4A
5770*36dcc4a4SLionel Sambuc0x694F = 0x9A4B
5771*36dcc4a4SLionel Sambuc0x6950 = 0x9A4C
5772*36dcc4a4SLionel Sambuc0x6951 = 0x9A4E
5773*36dcc4a4SLionel Sambuc0x6952 = 0x9A51
5774*36dcc4a4SLionel Sambuc0x6953 = 0x9A54
5775*36dcc4a4SLionel Sambuc0x6954 = 0x9A56
5776*36dcc4a4SLionel Sambuc0x6955 = 0x9A5D
5777*36dcc4a4SLionel Sambuc0x6956 = 0x9AAA
5778*36dcc4a4SLionel Sambuc0x6957 = 0x9AAC
5779*36dcc4a4SLionel Sambuc0x6958 = 0x9AAE
5780*36dcc4a4SLionel Sambuc0x6959 = 0x9AAF
5781*36dcc4a4SLionel Sambuc0x695A = 0x9AB2
5782*36dcc4a4SLionel Sambuc0x695B = 0x9AB4
5783*36dcc4a4SLionel Sambuc0x695C = 0x9AB5
5784*36dcc4a4SLionel Sambuc0x695D = 0x9AB6
5785*36dcc4a4SLionel Sambuc0x695E = 0x9AB9
5786*36dcc4a4SLionel Sambuc0x695F = 0x9ABB
5787*36dcc4a4SLionel Sambuc0x6960 = 0x9ABE
5788*36dcc4a4SLionel Sambuc0x6961 = 0x9ABF
5789*36dcc4a4SLionel Sambuc0x6962 = 0x9AC1
5790*36dcc4a4SLionel Sambuc0x6963 = 0x9AC3
5791*36dcc4a4SLionel Sambuc0x6964 = 0x9AC6
5792*36dcc4a4SLionel Sambuc0x6965 = 0x9AC8
5793*36dcc4a4SLionel Sambuc0x6966 = 0x9ACE
5794*36dcc4a4SLionel Sambuc0x6967 = 0x9AD0
5795*36dcc4a4SLionel Sambuc0x6968 = 0x9AD2
5796*36dcc4a4SLionel Sambuc0x6969 = 0x9AD5
5797*36dcc4a4SLionel Sambuc0x696A = 0x9AD6
5798*36dcc4a4SLionel Sambuc0x696B = 0x9AD7
5799*36dcc4a4SLionel Sambuc0x696C = 0x9ADB
5800*36dcc4a4SLionel Sambuc0x696D = 0x9ADC
5801*36dcc4a4SLionel Sambuc0x696E = 0x9AE0
5802*36dcc4a4SLionel Sambuc0x696F = 0x9AE4
5803*36dcc4a4SLionel Sambuc0x6970 = 0x9AE5
5804*36dcc4a4SLionel Sambuc0x6971 = 0x9AE7
5805*36dcc4a4SLionel Sambuc0x6972 = 0x9AE9
5806*36dcc4a4SLionel Sambuc0x6973 = 0x9AEC
5807*36dcc4a4SLionel Sambuc0x6974 = 0x9AF2
5808*36dcc4a4SLionel Sambuc0x6975 = 0x9AF3
5809*36dcc4a4SLionel Sambuc0x6976 = 0x9AF5
5810*36dcc4a4SLionel Sambuc0x6977 = 0x9AF9
5811*36dcc4a4SLionel Sambuc0x6978 = 0x9AFA
5812*36dcc4a4SLionel Sambuc0x6979 = 0x9AFD
5813*36dcc4a4SLionel Sambuc0x697A = 0x9AFF
5814*36dcc4a4SLionel Sambuc0x697B = 0x9B00
5815*36dcc4a4SLionel Sambuc0x697C = 0x9B01
5816*36dcc4a4SLionel Sambuc0x697D = 0x9B02
5817*36dcc4a4SLionel Sambuc0x697E = 0x9B03
5818*36dcc4a4SLionel Sambuc0x6A21 = 0x9B04
5819*36dcc4a4SLionel Sambuc0x6A22 = 0x9B05
5820*36dcc4a4SLionel Sambuc0x6A23 = 0x9B08
5821*36dcc4a4SLionel Sambuc0x6A24 = 0x9B09
5822*36dcc4a4SLionel Sambuc0x6A25 = 0x9B0B
5823*36dcc4a4SLionel Sambuc0x6A26 = 0x9B0C
5824*36dcc4a4SLionel Sambuc0x6A27 = 0x9B0D
5825*36dcc4a4SLionel Sambuc0x6A28 = 0x9B0E
5826*36dcc4a4SLionel Sambuc0x6A29 = 0x9B10
5827*36dcc4a4SLionel Sambuc0x6A2A = 0x9B12
5828*36dcc4a4SLionel Sambuc0x6A2B = 0x9B16
5829*36dcc4a4SLionel Sambuc0x6A2C = 0x9B19
5830*36dcc4a4SLionel Sambuc0x6A2D = 0x9B1B
5831*36dcc4a4SLionel Sambuc0x6A2E = 0x9B1C
5832*36dcc4a4SLionel Sambuc0x6A2F = 0x9B20
5833*36dcc4a4SLionel Sambuc0x6A30 = 0x9B26
5834*36dcc4a4SLionel Sambuc0x6A31 = 0x9B2B
5835*36dcc4a4SLionel Sambuc0x6A32 = 0x9B2D
5836*36dcc4a4SLionel Sambuc0x6A33 = 0x9B33
5837*36dcc4a4SLionel Sambuc0x6A34 = 0x9B34
5838*36dcc4a4SLionel Sambuc0x6A35 = 0x9B35
5839*36dcc4a4SLionel Sambuc0x6A36 = 0x9B37
5840*36dcc4a4SLionel Sambuc0x6A37 = 0x9B39
5841*36dcc4a4SLionel Sambuc0x6A38 = 0x9B3A
5842*36dcc4a4SLionel Sambuc0x6A39 = 0x9B3D
5843*36dcc4a4SLionel Sambuc0x6A3A = 0x9B48
5844*36dcc4a4SLionel Sambuc0x6A3B = 0x9B4B
5845*36dcc4a4SLionel Sambuc0x6A3C = 0x9B4C
5846*36dcc4a4SLionel Sambuc0x6A3D = 0x9B55
5847*36dcc4a4SLionel Sambuc0x6A3E = 0x9B56
5848*36dcc4a4SLionel Sambuc0x6A3F = 0x9B57
5849*36dcc4a4SLionel Sambuc0x6A40 = 0x9B5B
5850*36dcc4a4SLionel Sambuc0x6A41 = 0x9B5E
5851*36dcc4a4SLionel Sambuc0x6A42 = 0x9B61
5852*36dcc4a4SLionel Sambuc0x6A43 = 0x9B63
5853*36dcc4a4SLionel Sambuc0x6A44 = 0x9B65
5854*36dcc4a4SLionel Sambuc0x6A45 = 0x9B66
5855*36dcc4a4SLionel Sambuc0x6A46 = 0x9B68
5856*36dcc4a4SLionel Sambuc0x6A47 = 0x9B6A
5857*36dcc4a4SLionel Sambuc0x6A48 = 0x9B6B
5858*36dcc4a4SLionel Sambuc0x6A49 = 0x9B6C
5859*36dcc4a4SLionel Sambuc0x6A4A = 0x9B6D
5860*36dcc4a4SLionel Sambuc0x6A4B = 0x9B6E
5861*36dcc4a4SLionel Sambuc0x6A4C = 0x9B73
5862*36dcc4a4SLionel Sambuc0x6A4D = 0x9B75
5863*36dcc4a4SLionel Sambuc0x6A4E = 0x9B77
5864*36dcc4a4SLionel Sambuc0x6A4F = 0x9B78
5865*36dcc4a4SLionel Sambuc0x6A50 = 0x9B79
5866*36dcc4a4SLionel Sambuc0x6A51 = 0x9B7F
5867*36dcc4a4SLionel Sambuc0x6A52 = 0x9B80
5868*36dcc4a4SLionel Sambuc0x6A53 = 0x9B84
5869*36dcc4a4SLionel Sambuc0x6A54 = 0x9B85
5870*36dcc4a4SLionel Sambuc0x6A55 = 0x9B86
5871*36dcc4a4SLionel Sambuc0x6A56 = 0x9B87
5872*36dcc4a4SLionel Sambuc0x6A57 = 0x9B89
5873*36dcc4a4SLionel Sambuc0x6A58 = 0x9B8A
5874*36dcc4a4SLionel Sambuc0x6A59 = 0x9B8B
5875*36dcc4a4SLionel Sambuc0x6A5A = 0x9B8D
5876*36dcc4a4SLionel Sambuc0x6A5B = 0x9B8F
5877*36dcc4a4SLionel Sambuc0x6A5C = 0x9B90
5878*36dcc4a4SLionel Sambuc0x6A5D = 0x9B94
5879*36dcc4a4SLionel Sambuc0x6A5E = 0x9B9A
5880*36dcc4a4SLionel Sambuc0x6A5F = 0x9B9D
5881*36dcc4a4SLionel Sambuc0x6A60 = 0x9B9E
5882*36dcc4a4SLionel Sambuc0x6A61 = 0x9BA6
5883*36dcc4a4SLionel Sambuc0x6A62 = 0x9BA7
5884*36dcc4a4SLionel Sambuc0x6A63 = 0x9BA9
5885*36dcc4a4SLionel Sambuc0x6A64 = 0x9BAC
5886*36dcc4a4SLionel Sambuc0x6A65 = 0x9BB0
5887*36dcc4a4SLionel Sambuc0x6A66 = 0x9BB1
5888*36dcc4a4SLionel Sambuc0x6A67 = 0x9BB2
5889*36dcc4a4SLionel Sambuc0x6A68 = 0x9BB7
5890*36dcc4a4SLionel Sambuc0x6A69 = 0x9BB8
5891*36dcc4a4SLionel Sambuc0x6A6A = 0x9BBB
5892*36dcc4a4SLionel Sambuc0x6A6B = 0x9BBC
5893*36dcc4a4SLionel Sambuc0x6A6C = 0x9BBE
5894*36dcc4a4SLionel Sambuc0x6A6D = 0x9BBF
5895*36dcc4a4SLionel Sambuc0x6A6E = 0x9BC1
5896*36dcc4a4SLionel Sambuc0x6A6F = 0x9BC7
5897*36dcc4a4SLionel Sambuc0x6A70 = 0x9BC8
5898*36dcc4a4SLionel Sambuc0x6A71 = 0x9BCE
5899*36dcc4a4SLionel Sambuc0x6A72 = 0x9BD0
5900*36dcc4a4SLionel Sambuc0x6A73 = 0x9BD7
5901*36dcc4a4SLionel Sambuc0x6A74 = 0x9BD8
5902*36dcc4a4SLionel Sambuc0x6A75 = 0x9BDD
5903*36dcc4a4SLionel Sambuc0x6A76 = 0x9BDF
5904*36dcc4a4SLionel Sambuc0x6A77 = 0x9BE5
5905*36dcc4a4SLionel Sambuc0x6A78 = 0x9BE7
5906*36dcc4a4SLionel Sambuc0x6A79 = 0x9BEA
5907*36dcc4a4SLionel Sambuc0x6A7A = 0x9BEB
5908*36dcc4a4SLionel Sambuc0x6A7B = 0x9BEF
5909*36dcc4a4SLionel Sambuc0x6A7C = 0x9BF3
5910*36dcc4a4SLionel Sambuc0x6A7D = 0x9BF7
5911*36dcc4a4SLionel Sambuc0x6A7E = 0x9BF8
5912*36dcc4a4SLionel Sambuc0x6B21 = 0x9BF9
5913*36dcc4a4SLionel Sambuc0x6B22 = 0x9BFA
5914*36dcc4a4SLionel Sambuc0x6B23 = 0x9BFD
5915*36dcc4a4SLionel Sambuc0x6B24 = 0x9BFF
5916*36dcc4a4SLionel Sambuc0x6B25 = 0x9C00
5917*36dcc4a4SLionel Sambuc0x6B26 = 0x9C02
5918*36dcc4a4SLionel Sambuc0x6B27 = 0x9C0B
5919*36dcc4a4SLionel Sambuc0x6B28 = 0x9C0F
5920*36dcc4a4SLionel Sambuc0x6B29 = 0x9C11
5921*36dcc4a4SLionel Sambuc0x6B2A = 0x9C16
5922*36dcc4a4SLionel Sambuc0x6B2B = 0x9C18
5923*36dcc4a4SLionel Sambuc0x6B2C = 0x9C19
5924*36dcc4a4SLionel Sambuc0x6B2D = 0x9C1A
5925*36dcc4a4SLionel Sambuc0x6B2E = 0x9C1C
5926*36dcc4a4SLionel Sambuc0x6B2F = 0x9C1E
5927*36dcc4a4SLionel Sambuc0x6B30 = 0x9C22
5928*36dcc4a4SLionel Sambuc0x6B31 = 0x9C23
5929*36dcc4a4SLionel Sambuc0x6B32 = 0x9C26
5930*36dcc4a4SLionel Sambuc0x6B33 = 0x9C27
5931*36dcc4a4SLionel Sambuc0x6B34 = 0x9C28
5932*36dcc4a4SLionel Sambuc0x6B35 = 0x9C29
5933*36dcc4a4SLionel Sambuc0x6B36 = 0x9C2A
5934*36dcc4a4SLionel Sambuc0x6B37 = 0x9C31
5935*36dcc4a4SLionel Sambuc0x6B38 = 0x9C35
5936*36dcc4a4SLionel Sambuc0x6B39 = 0x9C36
5937*36dcc4a4SLionel Sambuc0x6B3A = 0x9C37
5938*36dcc4a4SLionel Sambuc0x6B3B = 0x9C3D
5939*36dcc4a4SLionel Sambuc0x6B3C = 0x9C41
5940*36dcc4a4SLionel Sambuc0x6B3D = 0x9C43
5941*36dcc4a4SLionel Sambuc0x6B3E = 0x9C44
5942*36dcc4a4SLionel Sambuc0x6B3F = 0x9C45
5943*36dcc4a4SLionel Sambuc0x6B40 = 0x9C49
5944*36dcc4a4SLionel Sambuc0x6B41 = 0x9C4A
5945*36dcc4a4SLionel Sambuc0x6B42 = 0x9C4E
5946*36dcc4a4SLionel Sambuc0x6B43 = 0x9C4F
5947*36dcc4a4SLionel Sambuc0x6B44 = 0x9C50
5948*36dcc4a4SLionel Sambuc0x6B45 = 0x9C53
5949*36dcc4a4SLionel Sambuc0x6B46 = 0x9C54
5950*36dcc4a4SLionel Sambuc0x6B47 = 0x9C56
5951*36dcc4a4SLionel Sambuc0x6B48 = 0x9C58
5952*36dcc4a4SLionel Sambuc0x6B49 = 0x9C5B
5953*36dcc4a4SLionel Sambuc0x6B4A = 0x9C5D
5954*36dcc4a4SLionel Sambuc0x6B4B = 0x9C5E
5955*36dcc4a4SLionel Sambuc0x6B4C = 0x9C5F
5956*36dcc4a4SLionel Sambuc0x6B4D = 0x9C63
5957*36dcc4a4SLionel Sambuc0x6B4E = 0x9C69
5958*36dcc4a4SLionel Sambuc0x6B4F = 0x9C6A
5959*36dcc4a4SLionel Sambuc0x6B50 = 0x9C5C
5960*36dcc4a4SLionel Sambuc0x6B51 = 0x9C6B
5961*36dcc4a4SLionel Sambuc0x6B52 = 0x9C68
5962*36dcc4a4SLionel Sambuc0x6B53 = 0x9C6E
5963*36dcc4a4SLionel Sambuc0x6B54 = 0x9C70
5964*36dcc4a4SLionel Sambuc0x6B55 = 0x9C72
5965*36dcc4a4SLionel Sambuc0x6B56 = 0x9C75
5966*36dcc4a4SLionel Sambuc0x6B57 = 0x9C77
5967*36dcc4a4SLionel Sambuc0x6B58 = 0x9C7B
5968*36dcc4a4SLionel Sambuc0x6B59 = 0x9CE6
5969*36dcc4a4SLionel Sambuc0x6B5A = 0x9CF2
5970*36dcc4a4SLionel Sambuc0x6B5B = 0x9CF7
5971*36dcc4a4SLionel Sambuc0x6B5C = 0x9CF9
5972*36dcc4a4SLionel Sambuc0x6B5D = 0x9D0B
5973*36dcc4a4SLionel Sambuc0x6B5E = 0x9D02
5974*36dcc4a4SLionel Sambuc0x6B5F = 0x9D11
5975*36dcc4a4SLionel Sambuc0x6B60 = 0x9D17
5976*36dcc4a4SLionel Sambuc0x6B61 = 0x9D18
5977*36dcc4a4SLionel Sambuc0x6B62 = 0x9D1C
5978*36dcc4a4SLionel Sambuc0x6B63 = 0x9D1D
5979*36dcc4a4SLionel Sambuc0x6B64 = 0x9D1E
5980*36dcc4a4SLionel Sambuc0x6B65 = 0x9D2F
5981*36dcc4a4SLionel Sambuc0x6B66 = 0x9D30
5982*36dcc4a4SLionel Sambuc0x6B67 = 0x9D32
5983*36dcc4a4SLionel Sambuc0x6B68 = 0x9D33
5984*36dcc4a4SLionel Sambuc0x6B69 = 0x9D34
5985*36dcc4a4SLionel Sambuc0x6B6A = 0x9D3A
5986*36dcc4a4SLionel Sambuc0x6B6B = 0x9D3C
5987*36dcc4a4SLionel Sambuc0x6B6C = 0x9D45
5988*36dcc4a4SLionel Sambuc0x6B6D = 0x9D3D
5989*36dcc4a4SLionel Sambuc0x6B6E = 0x9D42
5990*36dcc4a4SLionel Sambuc0x6B6F = 0x9D43
5991*36dcc4a4SLionel Sambuc0x6B70 = 0x9D47
5992*36dcc4a4SLionel Sambuc0x6B71 = 0x9D4A
5993*36dcc4a4SLionel Sambuc0x6B72 = 0x9D53
5994*36dcc4a4SLionel Sambuc0x6B73 = 0x9D54
5995*36dcc4a4SLionel Sambuc0x6B74 = 0x9D5F
5996*36dcc4a4SLionel Sambuc0x6B75 = 0x9D63
5997*36dcc4a4SLionel Sambuc0x6B76 = 0x9D62
5998*36dcc4a4SLionel Sambuc0x6B77 = 0x9D65
5999*36dcc4a4SLionel Sambuc0x6B78 = 0x9D69
6000*36dcc4a4SLionel Sambuc0x6B79 = 0x9D6A
6001*36dcc4a4SLionel Sambuc0x6B7A = 0x9D6B
6002*36dcc4a4SLionel Sambuc0x6B7B = 0x9D70
6003*36dcc4a4SLionel Sambuc0x6B7C = 0x9D76
6004*36dcc4a4SLionel Sambuc0x6B7D = 0x9D77
6005*36dcc4a4SLionel Sambuc0x6B7E = 0x9D7B
6006*36dcc4a4SLionel Sambuc0x6C21 = 0x9D7C
6007*36dcc4a4SLionel Sambuc0x6C22 = 0x9D7E
6008*36dcc4a4SLionel Sambuc0x6C23 = 0x9D83
6009*36dcc4a4SLionel Sambuc0x6C24 = 0x9D84
6010*36dcc4a4SLionel Sambuc0x6C25 = 0x9D86
6011*36dcc4a4SLionel Sambuc0x6C26 = 0x9D8A
6012*36dcc4a4SLionel Sambuc0x6C27 = 0x9D8D
6013*36dcc4a4SLionel Sambuc0x6C28 = 0x9D8E
6014*36dcc4a4SLionel Sambuc0x6C29 = 0x9D92
6015*36dcc4a4SLionel Sambuc0x6C2A = 0x9D93
6016*36dcc4a4SLionel Sambuc0x6C2B = 0x9D95
6017*36dcc4a4SLionel Sambuc0x6C2C = 0x9D96
6018*36dcc4a4SLionel Sambuc0x6C2D = 0x9D97
6019*36dcc4a4SLionel Sambuc0x6C2E = 0x9D98
6020*36dcc4a4SLionel Sambuc0x6C2F = 0x9DA1
6021*36dcc4a4SLionel Sambuc0x6C30 = 0x9DAA
6022*36dcc4a4SLionel Sambuc0x6C31 = 0x9DAC
6023*36dcc4a4SLionel Sambuc0x6C32 = 0x9DAE
6024*36dcc4a4SLionel Sambuc0x6C33 = 0x9DB1
6025*36dcc4a4SLionel Sambuc0x6C34 = 0x9DB5
6026*36dcc4a4SLionel Sambuc0x6C35 = 0x9DB9
6027*36dcc4a4SLionel Sambuc0x6C36 = 0x9DBC
6028*36dcc4a4SLionel Sambuc0x6C37 = 0x9DBF
6029*36dcc4a4SLionel Sambuc0x6C38 = 0x9DC3
6030*36dcc4a4SLionel Sambuc0x6C39 = 0x9DC7
6031*36dcc4a4SLionel Sambuc0x6C3A = 0x9DC9
6032*36dcc4a4SLionel Sambuc0x6C3B = 0x9DCA
6033*36dcc4a4SLionel Sambuc0x6C3C = 0x9DD4
6034*36dcc4a4SLionel Sambuc0x6C3D = 0x9DD5
6035*36dcc4a4SLionel Sambuc0x6C3E = 0x9DD6
6036*36dcc4a4SLionel Sambuc0x6C3F = 0x9DD7
6037*36dcc4a4SLionel Sambuc0x6C40 = 0x9DDA
6038*36dcc4a4SLionel Sambuc0x6C41 = 0x9DDE
6039*36dcc4a4SLionel Sambuc0x6C42 = 0x9DDF
6040*36dcc4a4SLionel Sambuc0x6C43 = 0x9DE0
6041*36dcc4a4SLionel Sambuc0x6C44 = 0x9DE5
6042*36dcc4a4SLionel Sambuc0x6C45 = 0x9DE7
6043*36dcc4a4SLionel Sambuc0x6C46 = 0x9DE9
6044*36dcc4a4SLionel Sambuc0x6C47 = 0x9DEB
6045*36dcc4a4SLionel Sambuc0x6C48 = 0x9DEE
6046*36dcc4a4SLionel Sambuc0x6C49 = 0x9DF0
6047*36dcc4a4SLionel Sambuc0x6C4A = 0x9DF3
6048*36dcc4a4SLionel Sambuc0x6C4B = 0x9DF4
6049*36dcc4a4SLionel Sambuc0x6C4C = 0x9DFE
6050*36dcc4a4SLionel Sambuc0x6C4D = 0x9E0A
6051*36dcc4a4SLionel Sambuc0x6C4E = 0x9E02
6052*36dcc4a4SLionel Sambuc0x6C4F = 0x9E07
6053*36dcc4a4SLionel Sambuc0x6C50 = 0x9E0E
6054*36dcc4a4SLionel Sambuc0x6C51 = 0x9E10
6055*36dcc4a4SLionel Sambuc0x6C52 = 0x9E11
6056*36dcc4a4SLionel Sambuc0x6C53 = 0x9E12
6057*36dcc4a4SLionel Sambuc0x6C54 = 0x9E15
6058*36dcc4a4SLionel Sambuc0x6C55 = 0x9E16
6059*36dcc4a4SLionel Sambuc0x6C56 = 0x9E19
6060*36dcc4a4SLionel Sambuc0x6C57 = 0x9E1C
6061*36dcc4a4SLionel Sambuc0x6C58 = 0x9E1D
6062*36dcc4a4SLionel Sambuc0x6C59 = 0x9E7A
6063*36dcc4a4SLionel Sambuc0x6C5A = 0x9E7B
6064*36dcc4a4SLionel Sambuc0x6C5B = 0x9E7C
6065*36dcc4a4SLionel Sambuc0x6C5C = 0x9E80
6066*36dcc4a4SLionel Sambuc0x6C5D = 0x9E82
6067*36dcc4a4SLionel Sambuc0x6C5E = 0x9E83
6068*36dcc4a4SLionel Sambuc0x6C5F = 0x9E84
6069*36dcc4a4SLionel Sambuc0x6C60 = 0x9E85
6070*36dcc4a4SLionel Sambuc0x6C61 = 0x9E87
6071*36dcc4a4SLionel Sambuc0x6C62 = 0x9E8E
6072*36dcc4a4SLionel Sambuc0x6C63 = 0x9E8F
6073*36dcc4a4SLionel Sambuc0x6C64 = 0x9E96
6074*36dcc4a4SLionel Sambuc0x6C65 = 0x9E98
6075*36dcc4a4SLionel Sambuc0x6C66 = 0x9E9B
6076*36dcc4a4SLionel Sambuc0x6C67 = 0x9E9E
6077*36dcc4a4SLionel Sambuc0x6C68 = 0x9EA4
6078*36dcc4a4SLionel Sambuc0x6C69 = 0x9EA8
6079*36dcc4a4SLionel Sambuc0x6C6A = 0x9EAC
6080*36dcc4a4SLionel Sambuc0x6C6B = 0x9EAE
6081*36dcc4a4SLionel Sambuc0x6C6C = 0x9EAF
6082*36dcc4a4SLionel Sambuc0x6C6D = 0x9EB0
6083*36dcc4a4SLionel Sambuc0x6C6E = 0x9EB3
6084*36dcc4a4SLionel Sambuc0x6C6F = 0x9EB4
6085*36dcc4a4SLionel Sambuc0x6C70 = 0x9EB5
6086*36dcc4a4SLionel Sambuc0x6C71 = 0x9EC6
6087*36dcc4a4SLionel Sambuc0x6C72 = 0x9EC8
6088*36dcc4a4SLionel Sambuc0x6C73 = 0x9ECB
6089*36dcc4a4SLionel Sambuc0x6C74 = 0x9ED5
6090*36dcc4a4SLionel Sambuc0x6C75 = 0x9EDF
6091*36dcc4a4SLionel Sambuc0x6C76 = 0x9EE4
6092*36dcc4a4SLionel Sambuc0x6C77 = 0x9EE7
6093*36dcc4a4SLionel Sambuc0x6C78 = 0x9EEC
6094*36dcc4a4SLionel Sambuc0x6C79 = 0x9EED
6095*36dcc4a4SLionel Sambuc0x6C7A = 0x9EEE
6096*36dcc4a4SLionel Sambuc0x6C7B = 0x9EF0
6097*36dcc4a4SLionel Sambuc0x6C7C = 0x9EF1
6098*36dcc4a4SLionel Sambuc0x6C7D = 0x9EF2
6099*36dcc4a4SLionel Sambuc0x6C7E = 0x9EF5
6100*36dcc4a4SLionel Sambuc0x6D21 = 0x9EF8
6101*36dcc4a4SLionel Sambuc0x6D22 = 0x9EFF
6102*36dcc4a4SLionel Sambuc0x6D23 = 0x9F02
6103*36dcc4a4SLionel Sambuc0x6D24 = 0x9F03
6104*36dcc4a4SLionel Sambuc0x6D25 = 0x9F09
6105*36dcc4a4SLionel Sambuc0x6D26 = 0x9F0F
6106*36dcc4a4SLionel Sambuc0x6D27 = 0x9F10
6107*36dcc4a4SLionel Sambuc0x6D28 = 0x9F11
6108*36dcc4a4SLionel Sambuc0x6D29 = 0x9F12
6109*36dcc4a4SLionel Sambuc0x6D2A = 0x9F14
6110*36dcc4a4SLionel Sambuc0x6D2B = 0x9F16
6111*36dcc4a4SLionel Sambuc0x6D2C = 0x9F17
6112*36dcc4a4SLionel Sambuc0x6D2D = 0x9F19
6113*36dcc4a4SLionel Sambuc0x6D2E = 0x9F1A
6114*36dcc4a4SLionel Sambuc0x6D2F = 0x9F1B
6115*36dcc4a4SLionel Sambuc0x6D30 = 0x9F1F
6116*36dcc4a4SLionel Sambuc0x6D31 = 0x9F22
6117*36dcc4a4SLionel Sambuc0x6D32 = 0x9F26
6118*36dcc4a4SLionel Sambuc0x6D33 = 0x9F2A
6119*36dcc4a4SLionel Sambuc0x6D34 = 0x9F2B
6120*36dcc4a4SLionel Sambuc0x6D35 = 0x9F2F
6121*36dcc4a4SLionel Sambuc0x6D36 = 0x9F31
6122*36dcc4a4SLionel Sambuc0x6D37 = 0x9F32
6123*36dcc4a4SLionel Sambuc0x6D38 = 0x9F34
6124*36dcc4a4SLionel Sambuc0x6D39 = 0x9F37
6125*36dcc4a4SLionel Sambuc0x6D3A = 0x9F39
6126*36dcc4a4SLionel Sambuc0x6D3B = 0x9F3A
6127*36dcc4a4SLionel Sambuc0x6D3C = 0x9F3C
6128*36dcc4a4SLionel Sambuc0x6D3D = 0x9F3D
6129*36dcc4a4SLionel Sambuc0x6D3E = 0x9F3F
6130*36dcc4a4SLionel Sambuc0x6D3F = 0x9F41
6131*36dcc4a4SLionel Sambuc0x6D40 = 0x9F43
6132*36dcc4a4SLionel Sambuc0x6D41 = 0x9F44
6133*36dcc4a4SLionel Sambuc0x6D42 = 0x9F45
6134*36dcc4a4SLionel Sambuc0x6D43 = 0x9F46
6135*36dcc4a4SLionel Sambuc0x6D44 = 0x9F47
6136*36dcc4a4SLionel Sambuc0x6D45 = 0x9F53
6137*36dcc4a4SLionel Sambuc0x6D46 = 0x9F55
6138*36dcc4a4SLionel Sambuc0x6D47 = 0x9F56
6139*36dcc4a4SLionel Sambuc0x6D48 = 0x9F57
6140*36dcc4a4SLionel Sambuc0x6D49 = 0x9F58
6141*36dcc4a4SLionel Sambuc0x6D4A = 0x9F5A
6142*36dcc4a4SLionel Sambuc0x6D4B = 0x9F5D
6143*36dcc4a4SLionel Sambuc0x6D4C = 0x9F5E
6144*36dcc4a4SLionel Sambuc0x6D4D = 0x9F68
6145*36dcc4a4SLionel Sambuc0x6D4E = 0x9F69
6146*36dcc4a4SLionel Sambuc0x6D4F = 0x9F6D
6147*36dcc4a4SLionel Sambuc0x6D50 = 0x9F6E
6148*36dcc4a4SLionel Sambuc0x6D51 = 0x9F6F
6149*36dcc4a4SLionel Sambuc0x6D52 = 0x9F70
6150*36dcc4a4SLionel Sambuc0x6D53 = 0x9F71
6151*36dcc4a4SLionel Sambuc0x6D54 = 0x9F73
6152*36dcc4a4SLionel Sambuc0x6D55 = 0x9F75
6153*36dcc4a4SLionel Sambuc0x6D56 = 0x9F7A
6154*36dcc4a4SLionel Sambuc0x6D57 = 0x9F7D
6155*36dcc4a4SLionel Sambuc0x6D58 = 0x9F8F
6156*36dcc4a4SLionel Sambuc0x6D59 = 0x9F90
6157*36dcc4a4SLionel Sambuc0x6D5A = 0x9F91
6158*36dcc4a4SLionel Sambuc0x6D5B = 0x9F92
6159*36dcc4a4SLionel Sambuc0x6D5C = 0x9F94
6160*36dcc4a4SLionel Sambuc0x6D5D = 0x9F96
6161*36dcc4a4SLionel Sambuc0x6D5E = 0x9F97
6162*36dcc4a4SLionel Sambuc0x6D5F = 0x9F9E
6163*36dcc4a4SLionel Sambuc0x6D60 = 0x9FA1
6164*36dcc4a4SLionel Sambuc0x6D61 = 0x9FA2
6165*36dcc4a4SLionel Sambuc0x6D62 = 0x9FA3
6166*36dcc4a4SLionel Sambuc0x6D63 = 0x9FA5
6167*36dcc4a4SLionel SambucEND_MAP
6168